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

Unified Diff: google_apis/google_apis.gyp

Issue 182573003: Extract OAuth2AccessTokenFetcher interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 6 years, 10 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: google_apis/google_apis.gyp
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index 1b26ce24b63b710c3f7cea5d0e79ebfa84efd52c..0ffe906d9d31d9fbd50aa9c7f1293b80c9315733 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -118,8 +118,10 @@
'gaia/oauth_request_signer.cc',
'gaia/oauth_request_signer.h',
'gaia/oauth2_access_token_consumer.h',
- 'gaia/oauth2_access_token_fetcher.cc',
'gaia/oauth2_access_token_fetcher.h',
+ 'gaia/oauth2_access_token_fetcher.cc',
+ 'gaia/oauth2_access_token_fetcher_impl.cc',
+ 'gaia/oauth2_access_token_fetcher_impl.h',
'gaia/oauth2_api_call_flow.cc',
'gaia/oauth2_api_call_flow.h',
'gaia/oauth2_mint_token_flow.cc',
@@ -170,7 +172,7 @@
'gaia/google_service_auth_error_unittest.cc',
'gaia/merge_session_helper_unittest.cc',
'gaia/oauth_request_signer_unittest.cc',
- 'gaia/oauth2_access_token_fetcher_unittest.cc',
+ 'gaia/oauth2_access_token_fetcher_impl_unittest.cc',
'gaia/oauth2_api_call_flow_unittest.cc',
'gaia/oauth2_mint_token_flow_unittest.cc',
'gaia/oauth2_token_service_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698