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

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: Fix destruction order in tests on ChromeOS Created 5 years, 4 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 3b4307df79370a117178a4013c1d5396e3ea6421..ec338212dc858bb7949e5fee7e02813f069a168a 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -56,6 +56,7 @@
"proximity_auth/connection.h",
"proximity_auth/connection_finder.h",
"proximity_auth/connection_observer.h",
+ "proximity_auth/controller.h",
"proximity_auth/device_to_device_authenticator.cc",
"proximity_auth/device_to_device_authenticator.h",
"proximity_auth/device_to_device_initiator_operations.cc",
@@ -83,6 +84,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",
],
« 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