Cleanup BUILD dependencies.

PiperOrigin-RevId: 609501622
This commit is contained in:
Francis Tsui
2024-02-22 14:35:56 -08:00
committed by Copybara-Service
parent 8561d03a21
commit 3dcca3abfc
5 changed files with 13 additions and 21 deletions
+2 -8
View File
@@ -21,7 +21,6 @@ cc_library(
"nearby_share_switches.cc",
],
hdrs = [
"nearby_share_enums.h",
"nearby_share_prefs.h",
"nearby_share_profile_info_provider.h",
"nearby_share_switches.h",
@@ -52,14 +51,9 @@ cc_library(
cc_library(
name = "enum",
srcs = [
],
hdrs = [
"nearby_share_enums.h",
],
hdrs = ["nearby_share_enums.h"],
visibility = ["//visibility:public"],
deps = [
],
deps = [],
)
cc_library(