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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 1356943004: Add RemoteDeviceLoader to create RemoteDevice from CryptAuth data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webui
Patch Set: move RemoteDevice creation in tests to util function Created 5 years, 3 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 5e2f8c56d3c1155bcc1bbaf3f91b3ae7842c1fa7..13b68e04f0113f2a070ebfe5543156fee3c6ca4e 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -47,6 +47,8 @@ source_set("proximity_auth") {
"remote_device_life_cycle.h",
"remote_device_life_cycle_impl.cc",
"remote_device_life_cycle_impl.h",
+ "remote_device_loader.cc",
+ "remote_device_loader.h",
"remote_status_update.cc",
"remote_status_update.h",
"screenlock_bridge.cc",
@@ -82,6 +84,8 @@ source_set("test_support") {
"fake_connection.h",
"mock_proximity_auth_client.cc",
"mock_proximity_auth_client.h",
+ "proximity_auth_test_util.cc",
+ "proximity_auth_test_util.h",
]
deps = [
@@ -105,6 +109,7 @@ source_set("unit_tests") {
"proximity_auth_system_unittest.cc",
"proximity_monitor_impl_unittest.cc",
"remote_device_life_cycle_impl_unittest.cc",
+ "remote_device_loader_unittest.cc",
"remote_status_update_unittest.cc",
"throttled_bluetooth_connection_finder_unittest.cc",
"unlock_manager_unittest.cc",
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698