Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: components/proximity_auth/ble/BUILD.gn

Issue 2075313002: Substituting legacy protocol with uWeave protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest memory leak Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/proximity_auth/ble/BUILD.gn
diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn
index 05e8bb3921d1af18a3018904325852ba69057bd6..c41b63ff795cbd9738008dd748a5bc5013dcb16c 100644
--- a/components/proximity_auth/ble/BUILD.gn
+++ b/components/proximity_auth/ble/BUILD.gn
@@ -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",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698