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
reviewable/pr26669/r1
Craig Tiller 3 years ago committed by GitHub
parent b97693d572
commit 488310ac6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD
  2. 1
      bazel/grpc_build_system.bzl

@ -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",

@ -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,

Loading…
Cancel
Save