[export] Automated Code Change
---- DO NOT SUBMIT. This PR is for testing purposes only. [cl/641975996](http://cl/641975996) PiperOrigin-RevId: 641975996
This commit is contained in:
parent
ccfc163607
commit
8140ceb4a0
|
|
@ -81,10 +81,7 @@ grpc_cc_library(
|
|||
"absl/types:optional",
|
||||
],
|
||||
language = "c++",
|
||||
visibility = [
|
||||
"//test:__subpackages__",
|
||||
"@grpc:grpc_python_observability",
|
||||
],
|
||||
visibility = ["@grpc:grpc_python_observability"],
|
||||
deps = [
|
||||
"//:gpr",
|
||||
"//:grpc_base",
|
||||
|
|
@ -164,10 +161,7 @@ grpc_cc_library(
|
|||
"absl/types:optional",
|
||||
],
|
||||
language = "c++",
|
||||
visibility = [
|
||||
"//src/cpp/ext/gcp:__subpackages__",
|
||||
"//test:__subpackages__",
|
||||
],
|
||||
visibility = ["//src/cpp/ext/gcp:__subpackages__"],
|
||||
deps = [
|
||||
"//:exec_ctx",
|
||||
"//:gpr",
|
||||
|
|
|
|||
Loading…
Reference in New Issue