Internal change

PiperOrigin-RevId: 518186148
This commit is contained in:
Nick Bourdakos
2023-03-20 23:51:16 -07:00
committed by Copybara-Service
parent 78145f4433
commit 39df20d821
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -92,7 +92,7 @@ cc_test(
shard_count = 6,
deps = [
":types",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:variant",
@@ -118,7 +118,7 @@ cc_test(
],
shard_count = 6,
deps = [
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"//internal/platform:uuid",
"//internal/proto:credential_cc_proto",
@@ -144,7 +144,7 @@ cc_test(
deps = [
":presence",
":types",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/status",
"//internal/platform:test_util",
+8 -8
View File
@@ -152,7 +152,7 @@ cc_test(
srcs = ["advertisement_decoder_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/strings",
"//internal/platform:base",
@@ -174,7 +174,7 @@ cc_test(
srcs = ["advertisement_factory_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
@@ -198,7 +198,7 @@ cc_test(
srcs = ["broadcast_manager_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"//internal/platform:base",
"//internal/platform:test_util",
@@ -221,7 +221,7 @@ cc_test(
srcs = ["ldt_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/strings",
"//internal/platform:base",
@@ -241,7 +241,7 @@ cc_test(
srcs = ["base_broadcast_request_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/types:variant",
"//internal/proto:credential_cc_proto",
@@ -262,7 +262,7 @@ cc_test(
srcs = ["action_factory_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/strings",
"//presence:types",
@@ -283,7 +283,7 @@ cc_test(
deps = [
":internal",
"//net/proto2/contrib/parse_proto:testing",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
@@ -309,7 +309,7 @@ cc_test(
srcs = ["scan_manager_test.cc"],
deps = [
":internal",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_absl//absl/time",
"//internal/platform:comm",
+1 -1
View File
@@ -41,7 +41,7 @@ cc_test(
shard_count = 16,
deps = [
":mediums",
"@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"//internal/platform:comm",
"//internal/platform:test_util",