aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark D. Roth <roth@google.com>2024-04-04 15:54:58 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-04 16:01:58 -0700
commit4ed5001a271e8df12131e284c65162046e861f30 (patch)
treeaeeae1e3331ac0c3d35683e0075048485f585598
parent130b948100d1dfb1764738bbc6cd058132f0b51b (diff)
downloadgrpc-grpc-4ed5001a271e8df12131e284c65162046e861f30.tar.gz
[build] add visibility to handshaker targets
PiperOrigin-RevId: 621996203
-rw-r--r--src/core/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/BUILD b/src/core/BUILD
index 9f9b94264b..2e5ea79b71 100644
--- a/src/core/BUILD
+++ b/src/core/BUILD
@@ -1207,6 +1207,7 @@ grpc_cc_library(
public_hdrs = [
"lib/transport/handshaker_factory.h",
],
+ visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"channel_args",
"iomgr_fwd",
@@ -1223,6 +1224,7 @@ grpc_cc_library(
public_hdrs = [
"lib/transport/handshaker_registry.h",
],
+ visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"channel_args",
"handshaker_factory",
@@ -1627,6 +1629,7 @@ grpc_cc_library(
hdrs = [
"lib/iomgr/iomgr_fwd.h",
],
+ visibility = ["@grpc:alt_grpc_base_legacy"],
deps = ["//:gpr_platform"],
)