Internal Flow change for BUILD.

PiperOrigin-RevId: 424991730
This commit is contained in:
suetfei
2022-02-02 11:51:37 -08:00
committed by hai007
parent 1bc6798e14
commit 287f0d7174
37 changed files with 396 additions and 482 deletions
+3 -4
View File
@@ -19,15 +19,14 @@ cc_library(
hdrs = [
"ble.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//third_party/nearby/cpp:__subpackages__",
],
deps = [
"//absl/strings",
"//absl/time",
"//absl/types:optional",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/time",
"@com_google_absl//absl/types:optional",
"//third_party/nearby/cpp/cal/base:types",
],
)
+1 -2
View File
@@ -19,12 +19,11 @@ cc_library(
hdrs = [
"ble_types.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//third_party/nearby/cpp:__subpackages__",
],
deps = [
"//platform/base",
"//cpp/platform/base",
],
)
+2 -3
View File
@@ -22,7 +22,6 @@ cc_library(
hdrs = [
"ble.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//third_party/nearby/cpp:__subpackages__",
@@ -42,8 +41,8 @@ cc_test(
],
deps = [
":ble",
"//testing/base/public:gunit",
"//testing/base/public:gunit_main",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main","@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"//third_party/nearby/cpp/cal/api:ble",
"//third_party/nearby/cpp/cal/base:types",
],