diff options
Diffstat (limited to 'etc/import/TARGETS.google_apis')
-rw-r--r-- | etc/import/TARGETS.google_apis | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/etc/import/TARGETS.google_apis b/etc/import/TARGETS.google_apis index 08881c79..434dd21c 100644 --- a/etc/import/TARGETS.google_apis +++ b/etc/import/TARGETS.google_apis @@ -3,12 +3,33 @@ , "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/bytestream.proto": { "type": ["@", "rules", "patch", "file"] , "src": [["FILE", null, "google/bytestream/bytestream.proto"]] @@ -33,7 +54,7 @@ , "srcs": ["google/longrunning/operations.proto"] , "deps": [ "google_api_annotations_proto" - , "google_api_http_proto" + , "google_api_client_proto" , "google_rpc_status_proto" ] } |