update ios platform BUILD file

PiperOrigin-RevId: 408213858
This commit is contained in:
edwinwu
2021-11-07 16:22:21 -08:00
committed by Copybara-Service
parent fb0337ebfa
commit 3ad0700559
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -40,7 +40,6 @@ objc_library(
"Source/Internal/GNCUtils.h",
],
deps = [
"//base",
"//absl/functional:bind_front",
"//core",
"//core:core_types",
@@ -37,7 +37,6 @@ objc_library(
],
deps = [
":ObjCProtos",
"//base",
"//absl/numeric:int128",
"//platform/impl/ios/Source/Shared",
"//third_party/objective_c/google_toolbox_for_mac:GTM_Logger",
-1
View File
@@ -28,7 +28,6 @@ objc_library(
"Platform/GNCSingleThreadExecutorTest.mm",
],
deps = [
"//base",
"//platform/impl/ios:Connections",
],
)