diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/TARGETS.google_apis | 2 | ||||
-rw-r--r-- | etc/import/src/core/TARGETS.grpc | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/etc/import/TARGETS.google_apis b/etc/import/TARGETS.google_apis index 1df5319c..e07f15be 100644 --- a/etc/import/TARGETS.google_apis +++ b/etc/import/TARGETS.google_apis @@ -70,6 +70,8 @@ , "name": ["google_rpc_status_proto"] , "srcs": ["google/rpc/status.proto"] } +, "google/rpc/status.proto": + {"type": "export", "target": ["FILE", null, "google/rpc/status.proto"]} , "google_longrunning_operations_proto": { "type": "export" , "target": "google_longrunning_operations_proto (unexported)" diff --git a/etc/import/src/core/TARGETS.grpc b/etc/import/src/core/TARGETS.grpc index 9d152959..0f5bb6a7 100644 --- a/etc/import/src/core/TARGETS.grpc +++ b/etc/import/src/core/TARGETS.grpc @@ -157,13 +157,22 @@ , "hdrs": ["lib/gprpp/construct_destruct.h"] , "deps": [["", "gpr_platform"]] } +, "rpc_status_grpc_internal_default_proto": + { "type": ["@", "rules", "proto", "library"] + , "name": ["rpc_status_grpc_internal_default_proto"] + , "srcs": [["@", "google_apis", "", "google/rpc/status.proto"]] + } +, "status_helper_private_proto_deps": + { "type": ["@", "rules", "CC", "library"] + , "name": ["status_helper_private_proto_deps"] + , "proto": ["rpc_status_grpc_internal_default_proto"] + } , "status_helper": { "type": ["@", "rules", "CC", "library"] , "name": ["status_helper"] , "stage": ["src", "core"] , "srcs": ["lib/gprpp/status_helper.cc"] , "hdrs": ["lib/gprpp/status_helper.h"] - , "proto": [["@", "google_apis", "", "google_rpc_status_proto"]] , "deps": [ "percent_encoding" , "slice" @@ -177,6 +186,7 @@ , ["third_party/upb", "upb"] , ["src/core/ext/upb-generated", "upb-generated-lib"] ] + , "private-deps": ["status_helper_private_proto_deps"] } , "unique_type_name": { "type": ["@", "rules", "CC", "library"] |