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

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: added channel Created 4 years, 4 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
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_advertisement_rotator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1d2d7847c48489a9cba14904f69c864427366491 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,9 @@ 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_channel.cc",
+ "bluetooth_low_energy_weave_channel.h",
"bluetooth_low_energy_weave_client_connection.cc",
"bluetooth_low_energy_weave_client_connection.h",
"bluetooth_low_energy_weave_defines.h",
@@ -21,6 +26,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",
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_advertisement_rotator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698