mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Internal change
PiperOrigin-RevId: 386179189
This commit is contained in:
committed by
Copybara-Service
parent
c7fc76825c
commit
f82dc3faa1
@@ -21,7 +21,6 @@ cc_library(
|
||||
"posix_mutex.h",
|
||||
],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
deps = ["//platform/api:types"],
|
||||
@@ -35,9 +34,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"posix_condition_variable.h",
|
||||
],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":posix_mutex",
|
||||
"//platform/api:types",
|
||||
@@ -49,7 +45,7 @@ cc_library(
|
||||
srcs = ["file.cc"],
|
||||
hdrs = ["file.h"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__",
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user