summaryrefslogtreecommitdiff
path: root/chromium/components/proximity_auth/ble/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/proximity_auth/ble/BUILD.gn')
-rw-r--r--chromium/components/proximity_auth/ble/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/components/proximity_auth/ble/BUILD.gn b/chromium/components/proximity_auth/ble/BUILD.gn
index 05e8bb3921d..cb96bb9c850 100644
--- a/chromium/components/proximity_auth/ble/BUILD.gn
+++ b/chromium/components/proximity_auth/ble/BUILD.gn
@@ -4,7 +4,7 @@
import("//testing/test.gni")
-source_set("ble") {
+static_library("ble") {
sources = [
"bluetooth_low_energy_characteristics_finder.cc",
"bluetooth_low_energy_characteristics_finder.h",
@@ -14,6 +14,8 @@ source_set("ble") {
"bluetooth_low_energy_connection_finder.h",
"bluetooth_low_energy_device_whitelist.cc",
"bluetooth_low_energy_device_whitelist.h",
+ "bluetooth_low_energy_weave_client_connection.cc",
+ "bluetooth_low_energy_weave_client_connection.h",
"bluetooth_low_energy_weave_defines.h",
"bluetooth_low_energy_weave_packet_generator.cc",
"bluetooth_low_energy_weave_packet_generator.h",
@@ -51,6 +53,7 @@ source_set("unit_tests") {
"bluetooth_low_energy_connection_finder_unittest.cc",
"bluetooth_low_energy_connection_unittest.cc",
"bluetooth_low_energy_device_whitelist_unittest.cc",
+ "bluetooth_low_energy_weave_client_connection_unittest.cc",
"bluetooth_low_energy_weave_packet_generator_unittest.cc",
"bluetooth_low_energy_weave_packet_receiver_unittest.cc",
]