mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Automated visibility attribute cleanup.
PiperOrigin-RevId: 504426745
This commit is contained in:
@@ -61,10 +61,7 @@ cc_library(
|
||||
name = "count_down_latch",
|
||||
srcs = ["count_down_latch.cc"],
|
||||
hdrs = ["count_down_latch.h"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//internal/platform/implementation:__subpackages__",
|
||||
],
|
||||
visibility = ["//internal/platform/implementation:__subpackages__"],
|
||||
deps = [
|
||||
"//internal/platform/implementation:types",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
|
||||
Reference in New Issue
Block a user