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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 1239193005: [Proximity Auth] Port the UnlockManager class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 3f26253379665905df58a97a896b0dc8cff1d494..ce5964f904aae45370a0149703bb5ee2a0748ca4 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -24,6 +24,7 @@ source_set("proximity_auth") {
"connection.h",
"connection_finder.h",
"connection_observer.h",
+ "controller.h",
"metrics.cc",
"metrics.h",
"proximity_auth_client.h",
@@ -44,6 +45,8 @@ source_set("proximity_auth") {
"switches.h",
"throttled_bluetooth_connection_finder.cc",
"throttled_bluetooth_connection_finder.h",
+ "unlock_manager.cc",
+ "unlock_manager.h",
"wire_message.cc",
"wire_message.h",
]
@@ -68,6 +71,7 @@ source_set("unit_tests") {
"proximity_monitor_impl_unittest.cc",
"remote_status_update_unittest.cc",
"throttled_bluetooth_connection_finder_unittest.cc",
+ "unlock_manager_unittest.cc",
"wire_message_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698