Roll forward to cl/333580336

Signed-off-by: Josh Nohle <nohle@google.com>
This commit is contained in:
Josh Nohle
2020-09-24 13:57:15 -07:00
parent af150850cd
commit 2400a0aa4c
44 changed files with 421 additions and 810 deletions
-1
View File
@@ -61,7 +61,6 @@ cc_library(
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//core:__subpackages__",
"//platform_v2/base:__pkg__",
],
deps = [
"//absl/base",
-9
View File
@@ -1,9 +0,0 @@
objc_library(
name = "ios",
visibility = [
"//googlemac/iPhone/Nearby/HelloSetup:__subpackages__",
],
deps = [
"//googlemac/iPhone/Shared/Nearby/Connections:Platform",
],
)