mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal Flow change for BUILD.
PiperOrigin-RevId: 424991730
This commit is contained in:
@@ -15,7 +15,7 @@ load("//tools/build_defs/apple:objc.bzl", "objc_proto_library")
|
||||
# limitations under the License.
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//platform/impl/ios:__subpackages__"])
|
||||
package(default_visibility = ["//cpp/platform/impl/ios:__subpackages__"])
|
||||
|
||||
objc_library(
|
||||
name = "Mediums",
|
||||
@@ -37,8 +37,8 @@ objc_library(
|
||||
],
|
||||
deps = [
|
||||
":ObjCProtos",
|
||||
"//absl/numeric:int128",
|
||||
"//platform/impl/ios/Source/Shared",
|
||||
"//cpp/platform/impl/ios/Source/Shared",
|
||||
"@com_google_absl//absl/numeric:int128",
|
||||
"//third_party/objective_c/google_toolbox_for_mac:GTM_Logger",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//platform/impl/ios:__subpackages__"])
|
||||
package(default_visibility = ["//cpp/platform/impl/ios:__subpackages__"])
|
||||
|
||||
objc_library(
|
||||
name = "Platform",
|
||||
@@ -41,11 +41,11 @@ objc_library(
|
||||
],
|
||||
deps = [
|
||||
":Platform_cc",
|
||||
"//platform/api:platform",
|
||||
"//platform/api:types",
|
||||
"//platform/impl/ios/Source/Mediums",
|
||||
"//platform/impl/ios/Source/Shared",
|
||||
"//platform/impl/shared:file",
|
||||
"//cpp/platform/api:platform",
|
||||
"//cpp/platform/api:types",
|
||||
"//cpp/platform/impl/ios/Source/Mediums",
|
||||
"//cpp/platform/impl/ios/Source/Shared",
|
||||
"//cpp/platform/impl/shared:file",
|
||||
"//third_party/objective_c/google_toolbox_for_mac:GTM_Logger",
|
||||
],
|
||||
)
|
||||
@@ -65,11 +65,11 @@ cc_library(
|
||||
"mutex.h",
|
||||
],
|
||||
deps = [
|
||||
"//absl/strings:str_format",
|
||||
"//absl/synchronization",
|
||||
"//absl/time",
|
||||
"//platform/api:platform",
|
||||
"//platform/api:types",
|
||||
"//cpp/platform/api:platform",
|
||||
"//cpp/platform/api:types",
|
||||
"@com_google_absl//absl/strings:str_format",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
"@com_google_absl//absl/time",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -85,9 +85,9 @@ cc_test(
|
||||
shard_count = 16,
|
||||
deps = [
|
||||
":Platform_cc",
|
||||
"//testing/base/public:gunit_main",
|
||||
"//absl/synchronization",
|
||||
"//absl/time",
|
||||
"//thread/fiber",
|
||||
"@com_google_googletest//:gtest_main","@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
"@com_google_absl//absl/time",
|
||||
"@com_google_nisaba//nisaba/port:thread_pool/fiber",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//platform/impl/ios:__subpackages__"])
|
||||
package(default_visibility = ["//cpp/platform/impl/ios:__subpackages__"])
|
||||
|
||||
objc_library(
|
||||
name = "Shared",
|
||||
@@ -25,6 +25,6 @@ objc_library(
|
||||
],
|
||||
deps = [
|
||||
"//third_party/objective_c/google_toolbox_for_mac:GTM_StringEncoding",
|
||||
"//smhasher:libmurmur3",
|
||||
"@aappleby_smhasher//:libmurmur3",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user