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

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
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.cc', 274 'browser/component_updater/component_patcher.cc',
275 'browser/component_updater/component_patcher.h', 275 'browser/component_updater/component_patcher.h',
276 'browser/component_updater/component_patcher_operation.cc', 276 'browser/component_updater/component_patcher_operation.cc',
277 'browser/component_updater/component_patcher_operation.h', 277 'browser/component_updater/component_patcher_operation.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 3320 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 'package_name': 'org/chromium/chrome/browser', 3616 'package_name': 'org/chromium/chrome/browser',
3615 'template_deps': ['browser/android/tab_load_status.h'], 3617 'template_deps': ['browser/android/tab_load_status.h'],
3616 }, 3618 },
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], 3619 'includes': [ '../build/android/java_cpp_template.gypi' ],
3618 }, 3620 },
3619 ], 3621 ],
3620 }, 3622 },
3621 ], 3623 ],
3622 ], 3624 ],
3623 } 3625 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698