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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 421393002: Componentize component_updater: Split content::ResourceThrottle from CUS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'browser/component_updater/component_patcher_operation.cc', 274 'browser/component_updater/component_patcher_operation.cc',
275 'browser/component_updater/component_patcher_operation.h', 275 'browser/component_updater/component_patcher_operation.h',
276 'browser/component_updater/component_patcher_operation_out_of_process.cc', 276 'browser/component_updater/component_patcher_operation_out_of_process.cc',
277 'browser/component_updater/component_patcher_operation_out_of_process.h', 277 'browser/component_updater/component_patcher_operation_out_of_process.h',
278 'browser/component_updater/component_updater_configurator.cc', 278 'browser/component_updater/component_updater_configurator.cc',
279 'browser/component_updater/component_updater_configurator.h', 279 'browser/component_updater/component_updater_configurator.h',
280 'browser/component_updater/component_unpacker.cc', 280 'browser/component_updater/component_unpacker.cc',
281 'browser/component_updater/component_unpacker.h', 281 'browser/component_updater/component_unpacker.h',
282 'browser/component_updater/component_updater_ping_manager.cc', 282 'browser/component_updater/component_updater_ping_manager.cc',
283 'browser/component_updater/component_updater_ping_manager.h', 283 'browser/component_updater/component_updater_ping_manager.h',
284 'browser/component_updater/component_updater_resource_throttle.cc',
285 'browser/component_updater/component_updater_resource_throttle.h',
284 'browser/component_updater/component_updater_service.cc', 286 'browser/component_updater/component_updater_service.cc',
285 'browser/component_updater/component_updater_service.h', 287 'browser/component_updater/component_updater_service.h',
286 'browser/component_updater/component_updater_utils.cc', 288 'browser/component_updater/component_updater_utils.cc',
287 'browser/component_updater/component_updater_utils.h', 289 'browser/component_updater/component_updater_utils.h',
288 'browser/component_updater/crx_update_item.h', 290 'browser/component_updater/crx_update_item.h',
289 'browser/component_updater/crx_downloader.cc', 291 'browser/component_updater/crx_downloader.cc',
290 'browser/component_updater/crx_downloader.h', 292 'browser/component_updater/crx_downloader.h',
291 'browser/component_updater/default_component_installer.cc', 293 'browser/component_updater/default_component_installer.cc',
292 'browser/component_updater/default_component_installer.h', 294 'browser/component_updater/default_component_installer.h',
293 'browser/component_updater/flash_component_installer.h', 295 'browser/component_updater/flash_component_installer.h',
(...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 'package_name': 'org/chromium/chrome/browser', 3611 'package_name': 'org/chromium/chrome/browser',
3610 'template_deps': ['browser/android/tab_load_status.h'], 3612 'template_deps': ['browser/android/tab_load_status.h'],
3611 }, 3613 },
3612 'includes': [ '../build/android/java_cpp_template.gypi' ], 3614 'includes': [ '../build/android/java_cpp_template.gypi' ],
3613 }, 3615 },
3614 ], 3616 ],
3615 }, 3617 },
3616 ], 3618 ],
3617 ], 3619 ],
3618 } 3620 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698