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

Unified Diff: components/proximity_auth.gypi

Issue 1066453002: Refactor CryptAuth component to be more testable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cryptauth_securemessage
Patch Set: rebase Created 5 years, 8 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 1541ddb6fd2bf3c42dac9d669dfe662487744968..bd1877bed694028f272f6a700e2b632d54c572aa 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -72,12 +72,12 @@
],
'sources': [
"proximity_auth/cryptauth/cryptauth_access_token_fetcher.h",
- "proximity_auth/cryptauth/cryptauth_account_token_fetcher.cc",
- "proximity_auth/cryptauth/cryptauth_account_token_fetcher.h",
+ "proximity_auth/cryptauth/cryptauth_access_token_fetcher.cc",
"proximity_auth/cryptauth/cryptauth_api_call_flow.cc",
"proximity_auth/cryptauth/cryptauth_api_call_flow.h",
- "proximity_auth/cryptauth/cryptauth_client.cc",
"proximity_auth/cryptauth/cryptauth_client.h",
+ "proximity_auth/cryptauth/cryptauth_client_impl.cc",
+ "proximity_auth/cryptauth/cryptauth_client_impl.h",
"proximity_auth/cryptauth/cryptauth_client_factory.cc",
"proximity_auth/cryptauth/cryptauth_client_factory.h",
"proximity_auth/cryptauth/cryptauth_enrollment_utils.cc",

Powered by Google App Engine
This is Rietveld 408576698