diff options
-rw-r--r-- | etc/import.pkgconfig/TARGETS.google_apis | 27 | ||||
-rw-r--r-- | etc/import/TARGETS.google_apis | 23 | ||||
-rw-r--r-- | etc/repos.json | 12 | ||||
-rw-r--r-- | test/bootstrap/TARGETS | 3 |
4 files changed, 55 insertions, 10 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" ] } 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" ] } diff --git a/etc/repos.json b/etc/repos.json index d53c1964..4772f680 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -252,12 +252,12 @@ } , "google_apis": { "repository": - { "type": "zip" - , "content": "8a1ca602cb7eb42094c853f0640489599962c2cc" - , "fetch": "https://github.com/googleapis/googleapis/archive/143084a2624b6591ee1f9d23e7f5241856642f4d.zip" - , "sha256": "7b6ea252f0b8fb5cd722f45feb83e115b689909bbb6a393a873b6cbad4ceae1d" - , "sha512": "319bd988d25877bc72ab7fad8309126268f88d987a64b9ffb7956bdd442938e02ec922251de933aba8d424559fd8dc43cf7954f6c865e3f863940c1e8f533c5a" - , "subdir": "googleapis-143084a2624b6591ee1f9d23e7f5241856642f4d" + { "type": "archive" + , "content": "5d9001f3dff8dec1880c06c0de100a0c2fc65094" + , "fetch": "https://github.com/googleapis/googleapis/archive/2f9af297c84c55c8b871ba4495e01ade42476c92.tar.gz" + , "sha256": "5bb6b0253ccf64b53d6c7249625a7e3f6c3bc6402abd52d3778bfa48258703a0" + , "sha512": "cdeefae807df7097174b4bb28c0900b06a68d424c00ebba4ff5add260c9c651351d5e429bfc5de42f95ebb75dadec313f7bd3991c2fa476c9104f9ea656acad4" + , "subdir": "googleapis-2f9af297c84c55c8b871ba4495e01ade42476c92" } , "target_root": "import targets" , "target_file_name": "TARGETS.google_apis" diff --git a/test/bootstrap/TARGETS b/test/bootstrap/TARGETS index ee78934e..c5c744b2 100644 --- a/test/bootstrap/TARGETS +++ b/test/bootstrap/TARGETS @@ -68,6 +68,9 @@ , "protos": [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] , ["@", "googleapis", "", "google_bytestream_proto"] + , ["@", "googleapis", "", "google_api_httpbody_proto"] + , ["@", "googleapis", "", "google_api_expr_v1alpha1_checked_proto"] + , ["@", "googleapis", "", "google_api_expr_v1alpha1_syntax_proto"] ] } , "staged-sources": |