Internal flow change phase 2.

PiperOrigin-RevId: 427059704
This commit is contained in:
suetfei
2022-02-07 17:17:20 -08:00
committed by Copybara-Service
parent 7661019dc3
commit 37f8b4487e
24 changed files with 103 additions and 197 deletions
@@ -38,8 +38,8 @@ objc_library(
deps = [
":ObjCProtos",
"//internal/platform/implementation/ios/Source/Shared",
"@com_google_absl//absl/numeric:int128",
"//third_party/objective_c/google_toolbox_for_mac:GTM_Logger",
"@com_google_absl//absl/numeric:int128",
],
)
@@ -85,9 +85,10 @@ cc_test(
shard_count = 16,
deps = [
":Platform_cc",
"@com_google_googletest//:gtest_main","@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_nisaba//nisaba/port:thread_pool/fiber",
],
)