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

Unified Diff: components/proximity_auth.gypi

Issue 663693002: [Easy Unlock] Port the BluetoothThrottler class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows compilation error, take 2 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 | « components/components_tests.gyp ('k') | components/proximity_auth/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 c4e250327aac7867336681217fe72bf3640f0094..da4ecd99e4af61cbc389881f3ddeccbbacbcec56 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -20,6 +20,9 @@
"proximity_auth/bluetooth_connection.h",
"proximity_auth/bluetooth_connection_finder.cc",
"proximity_auth/bluetooth_connection_finder.h",
+ "proximity_auth/bluetooth_throttler.h",
+ "proximity_auth/bluetooth_throttler_impl.cc",
+ "proximity_auth/bluetooth_throttler_impl.h",
"proximity_auth/bluetooth_util.cc",
"proximity_auth/bluetooth_util.h",
"proximity_auth/bluetooth_util_chromeos.cc",
@@ -38,6 +41,8 @@
"proximity_auth/secure_context.h",
"proximity_auth/switches.cc",
"proximity_auth/switches.h",
+ "proximity_auth/throttled_bluetooth_connection_finder.cc",
+ "proximity_auth/throttled_bluetooth_connection_finder.h",
"proximity_auth/wire_message.cc",
"proximity_auth/wire_message.h",
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698