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

Unified Diff: components/proximity_auth.gypi

Issue 1094273003: Implementing a BLE connection finder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: string to char[] Created 5 years, 8 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 8a5526c10139924b41fda628a387da06b33ef3b3..c5fcc8412196623d22102ad3861a35d8455a71a2 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -16,6 +16,10 @@
'../net/net.gyp:net',
],
'sources': [
+ "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc",
+ "proximity_auth/ble/bluetooth_low_energy_connection_finder.h",
+ "proximity_auth/ble/proximity_auth_ble_system.cc",
+ "proximity_auth/ble/proximity_auth_ble_system.h",
"proximity_auth/bluetooth_connection.cc",
"proximity_auth/bluetooth_connection.h",
"proximity_auth/bluetooth_connection_finder.cc",
@@ -26,8 +30,6 @@
"proximity_auth/bluetooth_util.cc",
"proximity_auth/bluetooth_util.h",
"proximity_auth/bluetooth_util_chromeos.cc",
- "proximity_auth/ble/proximity_auth_ble_system.cc",
- "proximity_auth/ble/proximity_auth_ble_system.h",
"proximity_auth/client.cc",
"proximity_auth/client.h",
"proximity_auth/client_observer.h",
« 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