diff --git a/presence/BUILD b/presence/BUILD index 3e99e7c8..c7f053c5 100644 --- a/presence/BUILD +++ b/presence/BUILD @@ -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", diff --git a/presence/implementation/BUILD b/presence/implementation/BUILD index 04e5e8ce..f81e5b31 100644 --- a/presence/implementation/BUILD +++ b/presence/implementation/BUILD @@ -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", diff --git a/presence/implementation/mediums/BUILD b/presence/implementation/mediums/BUILD index 6a029711..487d2682 100644 --- a/presence/implementation/mediums/BUILD +++ b/presence/implementation/mediums/BUILD @@ -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",