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

Unified Diff: components/proximity_auth.gypi

Issue 1248533003: Hook up CryptAuthGCMManager to the enrollment and device sync managers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index eaa9353b15f61f790eb5aacbbb7f91521c818e16..ae30a2161538354c7de22c228df50954f124c274 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -171,6 +171,8 @@
'../testing/gmock.gyp:gmock',
],
'sources': [
+ "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc",
+ "proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h",
"proximity_auth/cryptauth/fake_secure_message_delegate.cc",
"proximity_auth/cryptauth/fake_secure_message_delegate.h",
"proximity_auth/cryptauth/mock_cryptauth_client.cc",

Powered by Google App Engine
This is Rietveld 408576698