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

Unified Diff: components/proximity_auth.gypi

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.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index eaa9353b15f61f790eb5aacbbb7f91521c818e16..0f26b092cf39e83c6caa636694367096aedbc52a 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -52,6 +52,7 @@
"proximity_auth/client_observer.h",
"proximity_auth/connection.cc",
"proximity_auth/connection.h",
+ "proximity_auth/controller.h",
"proximity_auth/connection_finder.h",
"proximity_auth/connection_observer.h",
"proximity_auth/metrics.cc",
@@ -74,6 +75,8 @@
"proximity_auth/switches.h",
"proximity_auth/throttled_bluetooth_connection_finder.cc",
"proximity_auth/throttled_bluetooth_connection_finder.h",
+ "proximity_auth/unlock_manager.cc",
+ "proximity_auth/unlock_manager.h",
"proximity_auth/wire_message.cc",
"proximity_auth/wire_message.h",
],

Powered by Google App Engine
This is Rietveld 408576698