Add another visibility tag (#26644)

* Update visibility tags

Add some tags to the bazel build that we can leverage internally to help
control visibility in the Google build system.

* review feedback

* Add needed visibility tag
This commit is contained in:
Craig Tiller 2021-07-09 11:13:19 -07:00 committed by GitHub
parent b97693d572
commit 488310ac6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
BUILD
View File

@ -2796,6 +2796,7 @@ grpc_cc_library(
],
language = "c++",
public_hdrs = GRPCXX_PUBLIC_HDRS,
visibility = ["@grpc:alt_grpc++_base_unsecure_legacy"],
deps = [
"gpr_base",
"grpc++_codegen_base",

View File

@ -76,6 +76,7 @@ def _update_visibility(visibility):
"alt_gpr_base_legacy": PRIVATE,
"alt_grpc++_base_legacy": PRIVATE,
"alt_grpc_base_legacy": PRIVATE,
"alt_grpc++_base_unsecure_legacy": PRIVATE,
"alts_frame_protector": PRIVATE,
"client_channel": PRIVATE,
"debug_location": PRIVATE,