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

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

Issue 2183523006: Chrome OS uWeave Characteristics Server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migration
Patch Set: 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 c41b63ff795cbd9738008dd748a5bc5013dcb16c..a237cd5db23b2acf4b7ecf104cb62ab6f51aff25 100644
--- a/components/proximity_auth/ble/BUILD.gn
+++ b/components/proximity_auth/ble/BUILD.gn
@@ -6,6 +6,8 @@ import("//testing/test.gni")
source_set("ble") {
sources = [
+ "bluetooth_low_energy_advertisement_rotator.cc",
+ "bluetooth_low_energy_advertisement_rotator.h",
"bluetooth_low_energy_characteristics_finder.cc",
"bluetooth_low_energy_characteristics_finder.h",
"bluetooth_low_energy_connection.cc",
@@ -14,6 +16,7 @@ source_set("ble") {
"bluetooth_low_energy_connection_finder.h",
"bluetooth_low_energy_device_whitelist.cc",
"bluetooth_low_energy_device_whitelist.h",
+ "bluetooth_low_energy_eid_generator.h",
"bluetooth_low_energy_weave_client_connection.cc",
"bluetooth_low_energy_weave_client_connection.h",
"bluetooth_low_energy_weave_defines.h",
@@ -21,6 +24,10 @@ source_set("ble") {
"bluetooth_low_energy_weave_packet_generator.h",
"bluetooth_low_energy_weave_packet_receiver.cc",
"bluetooth_low_energy_weave_packet_receiver.h",
+ "bluetooth_low_energy_weave_server.cc",
+ "bluetooth_low_energy_weave_server.h",
+ "bluetooth_low_energy_weave_server_connection.cc",
+ "bluetooth_low_energy_weave_server_connection.h",
"fake_wire_message.cc",
"fake_wire_message.h",
"pref_names.cc",

Powered by Google App Engine
This is Rietveld 408576698