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

Unified Diff: components/proximity_auth/BUILD.gn

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/proximity_auth.gypi ('k') | components/proximity_auth/bluetooth_connection_finder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 380459e62bf0fe7bd5eef11fb7fac384fee35706..7d31f678afaae07ac1c56e3e486a648757439280 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -10,6 +10,9 @@ source_set("proximity_auth") {
"bluetooth_connection.h",
"bluetooth_connection_finder.cc",
"bluetooth_connection_finder.h",
+ "bluetooth_throttler.h",
+ "bluetooth_throttler_impl.cc",
+ "bluetooth_throttler_impl.h",
"bluetooth_util.cc",
"bluetooth_util.h",
"bluetooth_util_chromeos.cc",
@@ -28,6 +31,8 @@ source_set("proximity_auth") {
"secure_context.h",
"switches.cc",
"switches.h",
+ "throttled_bluetooth_connection_finder.cc",
+ "throttled_bluetooth_connection_finder.h",
"wire_message.cc",
"wire_message.h",
]
@@ -44,10 +49,12 @@ source_set("unit_tests") {
sources = [
"bluetooth_connection_finder_unittest.cc",
"bluetooth_connection_unittest.cc",
+ "bluetooth_throttler_impl_unittest.cc",
"client_unittest.cc",
"connection_unittest.cc",
"proximity_auth_system_unittest.cc",
"remote_status_update_unittest.cc",
+ "throttled_bluetooth_connection_finder_unittest.cc",
"wire_message_unittest.cc",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/bluetooth_connection_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698