[build] Add exec_ctx visibility (#31330)

pull/31380/head
Craig Tiller 2 years ago committed by GitHub
parent 4d60c5dfe1
commit cece68cf3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD
  2. 1
      bazel/grpc_build_system.bzl

@ -2233,6 +2233,7 @@ grpc_cc_library(
"src/core/lib/iomgr/executor.h",
"src/core/lib/iomgr/iomgr_internal.h",
],
visibility = ["@grpc:exec_ctx"],
deps = [
"closure",
"debug_location",

@ -92,6 +92,7 @@ def _update_visibility(visibility):
"cli": PRIVATE,
"debug_location": PRIVATE,
"endpoint_tests": PRIVATE,
"exec_ctx": PRIVATE,
"grpclb": PRIVATE,
"grpc_opencensus_plugin": PUBLIC,
"grpc_resolver_fake": PRIVATE,

Loading…
Cancel
Save