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

Unified Diff: components/proximity_auth.gypi

Issue 1116963002: Bluetooth low energy connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index 8d8b6951bca064ca5d54f9a2b417739c93b04749..fd8648dc414b776129d3981b87a54edfaedf76be 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -18,8 +18,12 @@
'../net/net.gyp:net',
],
'sources': [
+ "proximity_auth/ble/bluetooth_low_energy_connection.cc",
+ "proximity_auth/ble/bluetooth_low_energy_connection.h",
"proximity_auth/ble/bluetooth_low_energy_connection_finder.cc",
"proximity_auth/ble/bluetooth_low_energy_connection_finder.h",
+ "proximity_auth/ble/fake_wire_message.cc",
+ "proximity_auth/ble/fake_wire_message.h",
"proximity_auth/ble/proximity_auth_ble_system.cc",
"proximity_auth/ble/proximity_auth_ble_system.h",
"proximity_auth/bluetooth_connection.cc",
« no previous file with comments | « no previous file | components/proximity_auth/ble/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698