summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/CC/proto/TARGETS.grpc7
-rw-r--r--etc/import/TARGETS.grpc2
-rw-r--r--etc/import/src/core/TARGETS.grpc4
3 files changed, 10 insertions, 3 deletions
diff --git a/etc/defaults/CC/proto/TARGETS.grpc b/etc/defaults/CC/proto/TARGETS.grpc
new file mode 100644
index 00000000..4cdfd198
--- /dev/null
+++ b/etc/defaults/CC/proto/TARGETS.grpc
@@ -0,0 +1,7 @@
+{ "defaults":
+ { "type": ["CC/proto", "defaults"]
+ , "PROTOC": ["bin/protoc"]
+ , "deps": [["@", "protoc", "", "libprotobuf"]]
+ , "toolchain": [["@", "protoc", "", "toolchain"]]
+ }
+}
diff --git a/etc/import/TARGETS.grpc b/etc/import/TARGETS.grpc
index 06147797..007f5a75 100644
--- a/etc/import/TARGETS.grpc
+++ b/etc/import/TARGETS.grpc
@@ -1998,12 +1998,12 @@
, "src/core/ext/xds/xds_resource_type_impl.h"
, "src/core/ext/xds/xds_transport.h"
]
+ , "proto": [["@", "google_apis", "", "google_rpc_status_proto"]]
, "deps":
[ "backoff"
, "debug_location"
, "event_engine_base_hdrs"
, "exec_ctx"
- , ["@", "google_apis", "", "google_rpc_status_proto"]
, "gpr"
, "grpc_trace"
, "orphanable"
diff --git a/etc/import/src/core/TARGETS.grpc b/etc/import/src/core/TARGETS.grpc
index 2d7dc949..a0be6d47 100644
--- a/etc/import/src/core/TARGETS.grpc
+++ b/etc/import/src/core/TARGETS.grpc
@@ -159,11 +159,11 @@
, "name": ["status_helper"]
, "srcs": ["lib/gprpp/status_helper.cc"]
, "hdrs": ["lib/gprpp/status_helper.h"]
+ , "proto": [["@", "google_apis", "", "google_rpc_status_proto"]]
, "deps":
[ "percent_encoding"
, "slice"
, ["", "debug_location"]
- , ["@", "google_apis", "", "google_rpc_status_proto"]
, ["", "gpr"]
, ["@", "absl", "absl/status", "status"]
, ["@", "absl", "absl/strings", "strings"]
@@ -2931,6 +2931,7 @@
, "ext/xds/xds_transport_grpc.h"
, "lib/security/credentials/xds/xds_credentials.h"
]
+ , "proto": [["@", "google_apis", "", "google_rpc_status_proto"]]
, "deps":
[ "certificate_provider_factory"
, "certificate_provider_registry"
@@ -2941,7 +2942,6 @@
, "default_event_engine"
, "env"
, "error"
- , ["@", "google_apis", "", "google_rpc_status_proto"]
, "grpc_fake_credentials"
, "grpc_fault_injection_filter"
, "grpc_lb_xds_channel_args"