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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1281913002: Componentize ComponentUpdaterConfigurator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'browser/component_updater/caps_installer_win.cc', 362 'browser/component_updater/caps_installer_win.cc',
363 'browser/component_updater/caps_installer_win.h', 363 'browser/component_updater/caps_installer_win.h',
364 'browser/component_updater/chrome_component_updater_configurator.cc', 364 'browser/component_updater/chrome_component_updater_configurator.cc',
365 'browser/component_updater/chrome_component_updater_configurator.h', 365 'browser/component_updater/chrome_component_updater_configurator.h',
366 'browser/component_updater/cld_component_installer.cc', 366 'browser/component_updater/cld_component_installer.cc',
367 'browser/component_updater/cld_component_installer.h', 367 'browser/component_updater/cld_component_installer.h',
368 'browser/component_updater/component_patcher_operation_out_of_process.cc', 368 'browser/component_updater/component_patcher_operation_out_of_process.cc',
369 'browser/component_updater/component_patcher_operation_out_of_process.h', 369 'browser/component_updater/component_patcher_operation_out_of_process.h',
370 'browser/component_updater/component_updater_resource_throttle.cc', 370 'browser/component_updater/component_updater_resource_throttle.cc',
371 'browser/component_updater/component_updater_resource_throttle.h', 371 'browser/component_updater/component_updater_resource_throttle.h',
372 'browser/component_updater/component_updater_url_constants.cc',
373 'browser/component_updater/component_updater_url_constants.h',
374 'browser/component_updater/ev_whitelist_component_installer.cc', 372 'browser/component_updater/ev_whitelist_component_installer.cc',
375 'browser/component_updater/ev_whitelist_component_installer.h', 373 'browser/component_updater/ev_whitelist_component_installer.h',
376 'browser/component_updater/pnacl_component_installer.cc', 374 'browser/component_updater/pnacl_component_installer.cc',
377 'browser/component_updater/pnacl_component_installer.h', 375 'browser/component_updater/pnacl_component_installer.h',
378 'browser/component_updater/recovery_component_installer.cc', 376 'browser/component_updater/recovery_component_installer.cc',
379 'browser/component_updater/recovery_component_installer.h', 377 'browser/component_updater/recovery_component_installer.h',
380 'browser/component_updater/supervised_user_whitelist_installer.cc', 378 'browser/component_updater/supervised_user_whitelist_installer.cc',
381 'browser/component_updater/supervised_user_whitelist_installer.h', 379 'browser/component_updater/supervised_user_whitelist_installer.h',
382 'browser/component_updater/sw_reporter_installer_win.cc', 380 'browser/component_updater/sw_reporter_installer_win.cc',
383 'browser/component_updater/sw_reporter_installer_win.h', 381 'browser/component_updater/sw_reporter_installer_win.h',
(...skipping 3727 matching lines...) Expand 10 before | Expand all | Expand 10 after
4111 '../components/components.gyp:omnibox_browser', 4109 '../components/components.gyp:omnibox_browser',
4112 '../components/components.gyp:rlz', 4110 '../components/components.gyp:rlz',
4113 '../components/components.gyp:search_engines', 4111 '../components/components.gyp:search_engines',
4114 '../rlz/rlz.gyp:rlz_lib', 4112 '../rlz/rlz.gyp:rlz_lib',
4115 ], 4113 ],
4116 }, 4114 },
4117 ], 4115 ],
4118 }], 4116 }],
4119 ], 4117 ],
4120 } 4118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698