Internal change

PiperOrigin-RevId: 386179189
This commit is contained in:
Edwin Wu
2021-07-22 00:25:35 -07:00
committed by Copybara-Service
parent c7fc76825c
commit f82dc3faa1
17 changed files with 5 additions and 836 deletions
+1 -5
View File
@@ -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 = [