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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2560713002: Move RemoteDevice from //components/proximity_auth to //components/cryptauth so that it can be easi… (Closed)
Patch Set: Add cryptauth dependency. Created 4 years 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 | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | components/cryptauth/remote_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/BUILD.gn
diff --git a/components/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
index a0dff7c11e1acfa3372d198265907a1b4e839fcc..14316cfcb0503fb85e8bcea31a2ed69b245e7196 100644
--- a/components/cryptauth/BUILD.gn
+++ b/components/cryptauth/BUILD.gn
@@ -31,6 +31,8 @@ static_library("cryptauth") {
"cryptauth_gcm_manager_impl.h",
"pref_names.cc",
"pref_names.h",
+ "remote_device.cc",
+ "remote_device.h",
"secure_message_delegate.cc",
"secure_message_delegate.h",
"switches.cc",
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | components/cryptauth/remote_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698