diff options
author | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-05 06:59:37 +0000 |
---|---|---|
committer | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-05 06:59:37 +0000 |
commit | 596f0a9d480d4af122d761b01560484d9a796f13 (patch) | |
tree | 3110a66dfee88c9cc5cacfb4de3a19c0ffde93ba /google_apis/google_apis.gyp | |
parent | 34ba1ffb32e6b517f3051ae0cc32cdf783aab47d (diff) | |
download | chromium_src-596f0a9d480d4af122d761b01560484d9a796f13.zip chromium_src-596f0a9d480d4af122d761b01560484d9a796f13.tar.gz chromium_src-596f0a9d480d4af122d761b01560484d9a796f13.tar.bz2 |
Extract OAuth2AccessTokenFetcher interface.
This CL extracts the interface of OAuth2AccessTokenFetcher as the
implementation for mobile is different .
It renames the existing OAuth2AccessTokenFetcher to
OAuth2AccessTokenFetcherImpl.
TBR=davemoore@chromium.org
BUG=NONE
Review URL: https://codereview.chromium.org/182573003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/google_apis.gyp')
-rw-r--r-- | google_apis/google_apis.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp index 1b26ce2..0ffe906 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', |