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

Unified Diff: google_apis/google_apis.gyp

Issue 299943003: Refactor ProfileOAuth2TokenServiceRequest into OAuth2TokenServiceRequest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove useless return value from Invalidate. Created 6 years, 7 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 ec9c8c8398c702faf0f1f7b965884cf1aef5bb4e..1fa476c5ed2ec8b4859cd68d04426bf71805eb74 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -128,6 +128,8 @@
'gaia/oauth2_mint_token_flow.h',
'gaia/oauth2_token_service.cc',
'gaia/oauth2_token_service.h',
+ 'gaia/oauth2_token_service_request.cc',
+ 'gaia/oauth2_token_service_request.h',
'gaia/ubertoken_fetcher.cc',
'gaia/ubertoken_fetcher.h',
'google_api_keys.cc',
@@ -175,6 +177,7 @@
'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_request_unittest.cc',
'gaia/oauth2_token_service_unittest.cc',
'gaia/ubertoken_fetcher_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698