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

Unified Diff: components/proximity_auth.gypi

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
« 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 c0951c1f884544408a6a712b0e7dbed34ec214b7..9b6633131c34b7db0b8f9c728c1e7e5a6157fe8f 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -75,6 +75,8 @@
"proximity_auth/proximity_monitor_observer.h",
"proximity_auth/remote_device.cc",
"proximity_auth/remote_device.h",
+ "proximity_auth/remote_device_loader.cc",
+ "proximity_auth/remote_device_loader.h",
"proximity_auth/remote_device_life_cycle.h",
"proximity_auth/remote_device_life_cycle_impl.h",
"proximity_auth/remote_device_life_cycle_impl.cc",
@@ -116,6 +118,8 @@
"proximity_auth/fake_connection.h",
"proximity_auth/mock_proximity_auth_client.cc",
"proximity_auth/mock_proximity_auth_client.h",
+ "proximity_auth/proximity_auth_test_util.cc",
+ "proximity_auth/proximity_auth_test_util.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