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

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

Issue 2031953003: Weave Packet Generator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor style update Created 4 years, 6 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_weave_packet_generator.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 29ae3ba3f7f5af0eca57dd751bb068feaf9c2f5c..52d0770c391e961a592c406c41cc607451c38f51 100644
--- a/components/proximity_auth/ble/BUILD.gn
+++ b/components/proximity_auth/ble/BUILD.gn
@@ -14,6 +14,12 @@ 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_cnnnection.h",
Kyle Horimoto 2016/06/24 00:28:43 Why are all these files here? You should only have
jingxuy 2016/06/24 00:46:52 Done.
+ "bluetooth_low_energy_weave_connection.cc",
+ "bluetooth_low_energy_weave_packet_generator.cc",
+ "bluetooth_low_energy_weave_packet_generator.h",
+ "bluetooth_low_energy_weave_packet_receiver.cc",
+ "bluetooth_low_energy_weave_packet_receiver.h",
"fake_wire_message.cc",
"fake_wire_message.h",
"pref_names.cc",
@@ -46,6 +52,9 @@ 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_connection_unittest.cc",
+ "bluetooth_low_energy_weave_packet_generator_unittest.cc",
+ "bluetooth_low_energy_weave_packet_receiver_unittest.cc",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698