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

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: 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/proximity_auth.gypi ('k') | components/proximity_auth/DEPS » ('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 4541e8c744b200101f036ec075fd24e1f6f89a9e..5c458812ecbec0a477ee94c589634d7bdb0c4f06 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -25,6 +25,7 @@ source_set("proximity_auth") {
"connection.h",
"connection_finder.h",
"connection_observer.h",
+ "controller.h",
"device_to_device_authenticator.cc",
"device_to_device_authenticator.h",
"device_to_device_initiator_operations.cc",
@@ -52,6 +53,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",
]
@@ -94,6 +97,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",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698