Clean up BUILD targets.

PiperOrigin-RevId: 918518571
This commit is contained in:
Francis Tsui
2026-05-20 10:21:05 -07:00
committed by Copybara-Service
parent 9fb24226f0
commit 042b19f94c
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -94,9 +94,9 @@ cc_library(
"//connections/implementation/proto:offline_wire_formats_cc_proto",
"//internal/interop:authentication_status",
"//internal/platform:base",
"//internal/platform:comm",
"//internal/platform:logging",
"//internal/platform:mac_address",
"//internal/platform:types",
"//internal/platform:util",
"//proto:connections_enums_cc_proto",
"@com_google_absl//absl/functional:any_invocable",
@@ -123,6 +123,7 @@ cc_test(
"//connections/implementation:internal_test",
"//connections/v3:v3_types",
"//internal/platform:base",
"//internal/platform:comm",
"//internal/platform:logging",
"//internal/platform:types",
"//internal/platform/implementation/g3", # build_cleaner: keep
+1
View File
@@ -56,6 +56,7 @@ cc_library(
"//internal/flags:flag_reader",
"//internal/flags:nearby_flags",
"//internal/platform:base",
"//internal/platform:comm",
"//internal/platform:logging",
"//internal/platform:mac_address",
"//internal/platform:types",
+1
View File
@@ -584,6 +584,7 @@ cc_test(
"//connections:core_types",
"//connections/implementation/proto:offline_wire_formats_cc_proto",
"//internal/platform:base",
"//internal/platform:comm",
"//internal/platform:types",
"//internal/platform/implementation/g3", # build_cleaner: keep
"@com_github_protobuf_matchers//protobuf-matchers",
+4 -3
View File
@@ -231,7 +231,6 @@ cc_library(
"count_down_latch.h",
"crypto.h",
"direct_executor.h",
"file.h",
"future.h",
"lockable.h",
"monitored_runnable.h",
@@ -335,6 +334,7 @@ cc_library(
"bluetooth_adapter.h",
"bluetooth_classic.h",
"credential_storage_impl.h",
"file.h",
"webrtc.h",
"wifi.h",
"wifi_direct.h",
@@ -349,7 +349,7 @@ cc_library(
"//connections:__subpackages__",
"//internal/platform/implementation:__subpackages__",
"//internal/test:__subpackages__",
"//third_party/nearby/presence:__subpackages__",
"//sharing:__subpackages__",
],
deps = [
":base",
@@ -363,6 +363,7 @@ cc_library(
"//internal/flags:nearby_flags",
"//internal/platform/implementation:comm",
"//internal/platform/implementation:platform",
"//internal/platform/implementation:types",
"//internal/platform/implementation:wifi_utils",
# "//third_party/webrtc/files/stable/webrtc/api:create_peerconnection_factory", # buildcleaner: keep
# "//third_party/webrtc/files/stable/webrtc/api:peer_connection_interface",
@@ -608,6 +609,7 @@ cc_test(
shard_count = 16,
deps = [
":base",
":comm",
":connection_info",
":logging",
":mac_address",
@@ -619,7 +621,6 @@ cc_test(
"//internal/crypto_cros",
"//internal/platform/implementation:platform_impl",
"//internal/platform/implementation:types",
"//internal/test",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/status",
+2 -1
View File
@@ -395,6 +395,7 @@ cc_library(
"//internal/flags:nearby_flags",
"//internal/network:url",
"//internal/platform:base",
"//internal/platform:comm",
"//internal/platform:logging",
"//internal/platform:mac_address",
"//internal/platform:types",
@@ -999,7 +1000,7 @@ cc_test(
":nearby_sharing_service",
"//connections:core_types",
"//internal/platform:base",
"//internal/platform:types",
"//internal/platform:comm",
"//internal/platform/implementation:platform_impl",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",