diff options
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.google_apis')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.google_apis | 27 |
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" ] } |