[build] Add visibility rule for arena, resource quota (#33777)

Will be needed in order to fix some internal tests for the promise
conversion
pull/33789/head
Craig Tiller 1 year ago committed by GitHub
parent b33a0781fa
commit 7ac032ba46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/core/BUILD

@ -1128,6 +1128,9 @@ grpc_cc_library(
"absl/meta:type_traits",
"absl/utility",
],
visibility = [
"@grpc:alt_grpc_base_legacy",
],
deps = [
"construct_destruct",
"context",
@ -1176,6 +1179,9 @@ grpc_cc_library(
"lib/resource_quota/resource_quota.h",
],
external_deps = ["absl/strings"],
visibility = [
"@grpc:alt_grpc_base_legacy",
],
deps = [
"memory_quota",
"ref_counted",

Loading…
Cancel
Save