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

Unified Diff: chrome/chrome_browser.gypi

Issue 12647008: Refactor OAuth2TokenService to have profile- and device-based implementations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Reverted g_browser_process integration and re-instated factory, with added initialize/shutdown. Created 7 years, 9 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a490027f92f84f3766ef634aaaa857868ff884a7..5f1963bca87e030a7bedc29fc8c72de301f8c13f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1697,10 +1697,12 @@
'browser/signin/about_signin_internals_factory.h',
'browser/signin/oauth2_token_service.cc',
'browser/signin/oauth2_token_service.h',
- 'browser/signin/oauth2_token_service_factory.cc',
- 'browser/signin/oauth2_token_service_factory.h',
- 'browser/signin/oauth2_token_service_request.cc',
- 'browser/signin/oauth2_token_service_request.h',
+ 'browser/signin/profile_oauth2_token_service.cc',
+ 'browser/signin/profile_oauth2_token_service.h',
+ 'browser/signin/profile_oauth2_token_service_factory.cc',
+ 'browser/signin/profile_oauth2_token_service_factory.h',
+ 'browser/signin/profile_oauth2_token_service_request.cc',
+ 'browser/signin/profile_oauth2_token_service_request.h',
'browser/signin/signin_global_error.cc',
'browser/signin/signin_global_error.h',
'browser/signin/signin_internals_util.cc',

Powered by Google App Engine
This is Rietveld 408576698