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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1251463002: iOS factories for ProfileOAuth2TokenService and AccountTrackerService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentizeOAuth2
Patch Set: Review comments Created 5 years, 5 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
« no previous file with comments | « ios/chrome/browser/signin/oauth2_token_service_factory.cc ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 8eba4ad01e917f787d287bc2f10cd7f409ce8358..ba710cbfa98d49f1d72799358cdc84e74be02d00 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -141,8 +141,6 @@
'browser/chrome_url_constants.h',
'browser/chrome_url_util.h',
'browser/chrome_url_util.mm',
- 'browser/content_settings/cookie_settings_factory.cc',
- 'browser/content_settings/cookie_settings_factory.h',
'browser/crash_loop_detection_util.h',
'browser/crash_loop_detection_util.mm',
'browser/crash_report/breakpad_helper.h',
@@ -153,6 +151,8 @@
'browser/crash_report/crash_report_multi_parameter.mm',
'browser/crash_report/crash_report_user_application_state.h',
'browser/crash_report/crash_report_user_application_state.mm',
+ 'browser/content_settings/cookie_settings_factory.cc',
+ 'browser/content_settings/cookie_settings_factory.h',
'browser/dom_distiller/distiller_viewer.cc',
'browser/dom_distiller/distiller_viewer.h',
'browser/dom_distiller/dom_distiller_service_factory.cc',
@@ -271,11 +271,15 @@
'browser/search_engines/template_url_service_factory.h',
'browser/search_engines/ui_thread_search_terms_data.cc',
'browser/search_engines/ui_thread_search_terms_data.h',
+ 'browser/signin/account_tracker_service_factory.cc',
+ 'browser/signin/account_tracker_service_factory.h',
'browser/signin/constants.h',
'browser/signin/constants.mm',
'browser/signin/gaia_auth_fetcher_ios.h',
'browser/signin/gaia_auth_fetcher_ios.mm',
'browser/signin/gaia_auth_fetcher_ios_private.h',
+ 'browser/signin/oauth2_token_service_factory.cc',
+ 'browser/signin/oauth2_token_service_factory.h',
'browser/signin/signin_client_factory.cc',
'browser/signin/signin_client_factory.h',
'browser/signin/signin_client_impl.cc',
« no previous file with comments | « ios/chrome/browser/signin/oauth2_token_service_factory.cc ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698