summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.google_apis
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-04-12 14:46:12 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-04-28 13:54:21 +0200
commit76b23b243699765311b163f7807be558fd001e09 (patch)
tree8ef9420ed02195eec816dc3d1898835b377d6856 /etc/import.pkgconfig/TARGETS.google_apis
parent0da51839d8d7bdbc6f04d44646ae1cfaeab17054 (diff)
downloadjustbuild-76b23b243699765311b163f7807be558fd001e09.tar.gz
external: Update google_apis to 2f9af29...
...as required by grpc v1.53.0
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.google_apis')
-rw-r--r--etc/import.pkgconfig/TARGETS.google_apis27
1 files changed, 24 insertions, 3 deletions
diff --git a/etc/import.pkgconfig/TARGETS.google_apis b/etc/import.pkgconfig/TARGETS.google_apis
index 73264879..20ff6876 100644
--- a/etc/import.pkgconfig/TARGETS.google_apis
+++ b/etc/import.pkgconfig/TARGETS.google_apis
@@ -3,17 +3,38 @@
, "name": ["google_api_http_proto"]
, "srcs": ["google/api/http.proto"]
}
+, "google_api_httpbody_proto":
+ { "type": ["@", "rules", "proto", "library"]
+ , "name": ["google_api_httpbody_proto"]
+ , "srcs": ["google/api/httpbody.proto"]
+ }
, "google_api_annotations_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_api_annotations_proto"]
, "srcs": ["google/api/annotations.proto"]
, "deps": ["google_api_http_proto"]
}
+, "google_api_client_proto":
+ { "type": ["@", "rules", "proto", "library"]
+ , "name": ["google_api_client_proto"]
+ , "srcs": ["google/api/client.proto"]
+ }
+, "google_api_expr_v1alpha1_checked_proto":
+ { "type": ["@", "rules", "proto", "library"]
+ , "name": ["google_api_expr_v1alpha1_checked_proto"]
+ , "srcs": ["google/api/expr/v1alpha1/checked.proto"]
+ , "deps": ["google_api_expr_v1alpha1_syntax_proto"]
+ }
+, "google_api_expr_v1alpha1_syntax_proto":
+ { "type": ["@", "rules", "proto", "library"]
+ , "name": ["google_api_expr_v1alpha1_syntax_proto"]
+ , "srcs": ["google/api/expr/v1alpha1/syntax.proto"]
+ }
, "google_bytestream_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_bytestream_proto"]
- , "srcs": ["google/bytestream/bytestream.proto"]
, "service": ["yes"]
+ , "srcs": ["google/bytestream/bytestream.proto"]
, "deps": ["google_api_annotations_proto"]
}
, "google_rpc_status_proto":
@@ -24,11 +45,11 @@
, "google_longrunning_operations_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_longrunning_operations_proto"]
- , "srcs": ["google/longrunning/operations.proto"]
, "service": ["yes"]
+ , "srcs": ["google/longrunning/operations.proto"]
, "deps":
[ "google_api_annotations_proto"
- , "google_api_http_proto"
+ , "google_api_client_proto"
, "google_rpc_status_proto"
]
}