mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Cleanup BUILD dependencies.
PiperOrigin-RevId: 609501622
This commit is contained in:
committed by
Copybara-Service
parent
8561d03a21
commit
3dcca3abfc
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user