mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 369012028
This commit is contained in:
@@ -21,7 +21,7 @@ cc_library(
|
||||
"posix_mutex.h",
|
||||
],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
deps = ["//platform/api:types"],
|
||||
@@ -36,7 +36,7 @@ cc_library(
|
||||
"posix_condition_variable.h",
|
||||
],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":posix_mutex",
|
||||
@@ -49,7 +49,7 @@ cc_library(
|
||||
srcs = ["file.cc"],
|
||||
hdrs = ["file.h"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user