Skip to content

Commit

Permalink
[EventEngine] Adjust visibility of event_engine_base_hdrs and //src/c…
Browse files Browse the repository at this point in the history
…ore:useful targets

PiperOrigin-RevId: 594060115
  • Loading branch information
Vignesh2208 authored and copybara-github committed Dec 27, 2023
1 parent 1e4fb21 commit b25a382
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,7 @@ grpc_cc_library(
tags = [
"nofixdeps",
],
visibility = ["@grpc:event_engine_base_hdrs"],
deps = [
"channel_arg_names",
"gpr",
Expand Down
2 changes: 2 additions & 0 deletions bazel/grpc_build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ def _update_visibility(visibility):
"xds": PRIVATE,
"xds_client_core": PRIVATE,
"grpc_python_observability": PRIVATE,
"event_engine_base_hdrs": PRIVATE,
"useful": PRIVATE,
}
final_visibility = []
for rule in visibility:
Expand Down
1 change: 1 addition & 0 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ grpc_cc_library(
"absl/types:variant",
],
language = "c++",
visibility = ["@grpc:useful"],
deps = ["//:gpr_platform"],
)

Expand Down

0 comments on commit b25a382

Please sign in to comment.