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

Unified Diff: components/proximity_auth.gypi

Issue 792193003: Implement CryptAuthAccessTokenFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 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 | « components/components_tests.gyp ('k') | components/proximity_auth/cryptauth/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 a889ddd0d93749d9d26f5c11d511e5e64ae5f19b..9cda532e7ca82cf8789330d9ecd185df0c0cdf46 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -71,6 +71,8 @@
],
'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_api_call_flow.cc",
"proximity_auth/cryptauth/cryptauth_api_call_flow.h",
"proximity_auth/cryptauth/cryptauth_client.cc",
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/cryptauth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698