diff options
Diffstat (limited to 'etc/import/TARGETS.google_apis')
-rw-r--r-- | etc/import/TARGETS.google_apis | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/etc/import/TARGETS.google_apis b/etc/import/TARGETS.google_apis new file mode 100644 index 00000000..fa41ca26 --- /dev/null +++ b/etc/import/TARGETS.google_apis @@ -0,0 +1,45 @@ +{ "google_api_http_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_api_http_proto"] + , "srcs": ["google/api/http.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_bytestream_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_bytestream_proto"] + , "service": ["yes"] + , "srcs": ["google/bytestream/bytestream.proto"] + , "deps": ["google_api_annotations_proto"] + } +, "google_rpc_status_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_rpc_status_proto"] + , "srcs": ["google/rpc/status.proto"] + } +, "google_longrunning_operations_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_longrunning_operations_proto"] + , "srcs": ["google/longrunning/operations.proto"] + , "deps": + [ "google_api_annotations_proto" + , "google_api_http_proto" + , "google_rpc_status_proto" + ] + } +, "google_apis": + { "type": ["@", "rules", "CC/proto", "library"] + , "name": ["google_apis"] + , "srcs": + [ "google_api_http_proto" + , "google_api_annotations_proto" + , "google_bytestream_proto" + , "google_rpc_status_proto" + , "google_longrunning_operations_proto" + ] + } +} |