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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'browser/browser_state/browser_state_otr_helper.h', 134 'browser/browser_state/browser_state_otr_helper.h',
135 'browser/browsing_data_change_listening.h', 135 'browser/browsing_data_change_listening.h',
136 'browser/chrome_paths.h', 136 'browser/chrome_paths.h',
137 'browser/chrome_paths.mm', 137 'browser/chrome_paths.mm',
138 'browser/chrome_switches.cc', 138 'browser/chrome_switches.cc',
139 'browser/chrome_switches.h', 139 'browser/chrome_switches.h',
140 'browser/chrome_url_constants.cc', 140 'browser/chrome_url_constants.cc',
141 'browser/chrome_url_constants.h', 141 'browser/chrome_url_constants.h',
142 'browser/chrome_url_util.h', 142 'browser/chrome_url_util.h',
143 'browser/chrome_url_util.mm', 143 'browser/chrome_url_util.mm',
144 'browser/content_settings/cookie_settings_factory.cc',
145 'browser/content_settings/cookie_settings_factory.h',
146 'browser/crash_loop_detection_util.h', 144 'browser/crash_loop_detection_util.h',
147 'browser/crash_loop_detection_util.mm', 145 'browser/crash_loop_detection_util.mm',
148 'browser/crash_report/breakpad_helper.h', 146 'browser/crash_report/breakpad_helper.h',
149 'browser/crash_report/breakpad_helper.mm', 147 'browser/crash_report/breakpad_helper.mm',
150 'browser/crash_report/crash_report_background_uploader.h', 148 'browser/crash_report/crash_report_background_uploader.h',
151 'browser/crash_report/crash_report_background_uploader.mm', 149 'browser/crash_report/crash_report_background_uploader.mm',
152 'browser/crash_report/crash_report_multi_parameter.h', 150 'browser/crash_report/crash_report_multi_parameter.h',
153 'browser/crash_report/crash_report_multi_parameter.mm', 151 'browser/crash_report/crash_report_multi_parameter.mm',
154 'browser/crash_report/crash_report_user_application_state.h', 152 'browser/crash_report/crash_report_user_application_state.h',
155 'browser/crash_report/crash_report_user_application_state.mm', 153 'browser/crash_report/crash_report_user_application_state.mm',
154 'browser/content_settings/cookie_settings_factory.cc',
155 'browser/content_settings/cookie_settings_factory.h',
156 'browser/dom_distiller/distiller_viewer.cc', 156 'browser/dom_distiller/distiller_viewer.cc',
157 'browser/dom_distiller/distiller_viewer.h', 157 'browser/dom_distiller/distiller_viewer.h',
158 'browser/dom_distiller/dom_distiller_service_factory.cc', 158 'browser/dom_distiller/dom_distiller_service_factory.cc',
159 'browser/dom_distiller/dom_distiller_service_factory.h', 159 'browser/dom_distiller/dom_distiller_service_factory.h',
160 'browser/enhanced_bookmarks/bookmark_image_service_factory.h', 160 'browser/enhanced_bookmarks/bookmark_image_service_factory.h',
161 'browser/enhanced_bookmarks/bookmark_image_service_factory.mm', 161 'browser/enhanced_bookmarks/bookmark_image_service_factory.mm',
162 'browser/enhanced_bookmarks/bookmark_image_service_ios.h', 162 'browser/enhanced_bookmarks/bookmark_image_service_ios.h',
163 'browser/enhanced_bookmarks/bookmark_image_service_ios.mm', 163 'browser/enhanced_bookmarks/bookmark_image_service_ios.mm',
164 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc', 164 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc',
165 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.h', 165 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'browser/prefs/pref_observer_bridge.mm', 264 'browser/prefs/pref_observer_bridge.mm',
265 'browser/procedural_block_types.h', 265 'browser/procedural_block_types.h',
266 'browser/search_engines/search_engines_util.cc', 266 'browser/search_engines/search_engines_util.cc',
267 'browser/search_engines/search_engines_util.h', 267 'browser/search_engines/search_engines_util.h',
268 'browser/search_engines/template_url_service_client_impl.cc', 268 'browser/search_engines/template_url_service_client_impl.cc',
269 'browser/search_engines/template_url_service_client_impl.h', 269 'browser/search_engines/template_url_service_client_impl.h',
270 'browser/search_engines/template_url_service_factory.cc', 270 'browser/search_engines/template_url_service_factory.cc',
271 'browser/search_engines/template_url_service_factory.h', 271 'browser/search_engines/template_url_service_factory.h',
272 'browser/search_engines/ui_thread_search_terms_data.cc', 272 'browser/search_engines/ui_thread_search_terms_data.cc',
273 'browser/search_engines/ui_thread_search_terms_data.h', 273 'browser/search_engines/ui_thread_search_terms_data.h',
274 'browser/signin/account_tracker_service_factory.cc',
275 'browser/signin/account_tracker_service_factory.h',
274 'browser/signin/constants.h', 276 'browser/signin/constants.h',
275 'browser/signin/constants.mm', 277 'browser/signin/constants.mm',
276 'browser/signin/gaia_auth_fetcher_ios.h', 278 'browser/signin/gaia_auth_fetcher_ios.h',
277 'browser/signin/gaia_auth_fetcher_ios.mm', 279 'browser/signin/gaia_auth_fetcher_ios.mm',
278 'browser/signin/gaia_auth_fetcher_ios_private.h', 280 'browser/signin/gaia_auth_fetcher_ios_private.h',
281 'browser/signin/oauth2_token_service_factory.cc',
282 'browser/signin/oauth2_token_service_factory.h',
279 'browser/signin/signin_client_factory.cc', 283 'browser/signin/signin_client_factory.cc',
280 'browser/signin/signin_client_factory.h', 284 'browser/signin/signin_client_factory.h',
281 'browser/signin/signin_client_impl.cc', 285 'browser/signin/signin_client_impl.cc',
282 'browser/signin/signin_client_impl.h', 286 'browser/signin/signin_client_impl.h',
283 'browser/signin/signin_error_controller_factory.cc', 287 'browser/signin/signin_error_controller_factory.cc',
284 'browser/signin/signin_error_controller_factory.h', 288 'browser/signin/signin_error_controller_factory.h',
285 'browser/snapshots/snapshot_cache.h', 289 'browser/snapshots/snapshot_cache.h',
286 'browser/snapshots/snapshot_cache.mm', 290 'browser/snapshots/snapshot_cache.mm',
287 'browser/snapshots/snapshot_manager.h', 291 'browser/snapshots/snapshot_manager.h',
288 'browser/snapshots/snapshot_manager.mm', 292 'browser/snapshots/snapshot_manager.mm',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ], 422 ],
419 'link_settings': { 423 'link_settings': {
420 'mac_bundle_resources': [ 424 'mac_bundle_resources': [
421 '<(SHARED_INTERMEDIATE_DIR)/bookmark_image_service_ios.js', 425 '<(SHARED_INTERMEDIATE_DIR)/bookmark_image_service_ios.js',
422 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', 426 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js',
423 ], 427 ],
424 }, 428 },
425 }, 429 },
426 ], 430 ],
427 } 431 }
OLDNEW
« 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