Skip to content

Commit

Permalink
[export] Automated Code Change
Browse files Browse the repository at this point in the history
----
DO NOT SUBMIT. This PR is for testing purposes only. [cl/628681807](http://cl/628681807)

PiperOrigin-RevId: 628681807
  • Loading branch information
gRPC Team Bot authored and Copybara-Service committed Apr 27, 2024
1 parent 82718c4 commit 8ab4e16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/cpp/ext/gcp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -161,10 +158,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",
Expand Down

0 comments on commit 8ab4e16

Please sign in to comment.