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

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: Created 6 years, 2 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
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 1ad84d13e1becdaae7e6e5e6f3eb9a7fa77bbd9b..ac3f048230eb39b35ff10d27e7266eae8bea3286 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -10,6 +10,8 @@ source_set("proximity_auth") {
"bluetooth_connection.h",
"bluetooth_connection_finder.cc",
"bluetooth_connection_finder.h",
+ "bluetooth_throttler.cc",
+ "bluetooth_throttler.h",
"bluetooth_util.cc",
"bluetooth_util_chromeos.cc",
"bluetooth_util.h",
@@ -43,6 +45,7 @@ source_set("unit_tests") {
"base64url_unittest.cc",
"bluetooth_connection_unittest.cc",
"bluetooth_connection_finder_unittest.cc",
+ "bluetooth_throttler_unittest.cc",
"client_unittest.cc",
"connection_unittest.cc",
"proximity_auth_system_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698