| OLD | NEW |
| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'browser/component_updater/caps_installer_win.cc', | 366 'browser/component_updater/caps_installer_win.cc', |
| 367 'browser/component_updater/caps_installer_win.h', | 367 'browser/component_updater/caps_installer_win.h', |
| 368 'browser/component_updater/chrome_component_updater_configurator.cc', | 368 'browser/component_updater/chrome_component_updater_configurator.cc', |
| 369 'browser/component_updater/chrome_component_updater_configurator.h', | 369 'browser/component_updater/chrome_component_updater_configurator.h', |
| 370 'browser/component_updater/cld_component_installer.cc', | 370 'browser/component_updater/cld_component_installer.cc', |
| 371 'browser/component_updater/cld_component_installer.h', | 371 'browser/component_updater/cld_component_installer.h', |
| 372 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 372 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 373 'browser/component_updater/component_patcher_operation_out_of_process.h', | 373 'browser/component_updater/component_patcher_operation_out_of_process.h', |
| 374 'browser/component_updater/component_updater_resource_throttle.cc', | 374 'browser/component_updater/component_updater_resource_throttle.cc', |
| 375 'browser/component_updater/component_updater_resource_throttle.h', | 375 'browser/component_updater/component_updater_resource_throttle.h', |
| 376 'browser/component_updater/component_updater_url_constants.cc', | |
| 377 'browser/component_updater/component_updater_url_constants.h', | |
| 378 'browser/component_updater/ev_whitelist_component_installer.cc', | 376 'browser/component_updater/ev_whitelist_component_installer.cc', |
| 379 'browser/component_updater/ev_whitelist_component_installer.h', | 377 'browser/component_updater/ev_whitelist_component_installer.h', |
| 380 'browser/component_updater/pnacl_component_installer.cc', | 378 'browser/component_updater/pnacl_component_installer.cc', |
| 381 'browser/component_updater/pnacl_component_installer.h', | 379 'browser/component_updater/pnacl_component_installer.h', |
| 382 'browser/component_updater/recovery_component_installer.cc', | 380 'browser/component_updater/recovery_component_installer.cc', |
| 383 'browser/component_updater/recovery_component_installer.h', | 381 'browser/component_updater/recovery_component_installer.h', |
| 384 'browser/component_updater/supervised_user_whitelist_installer.cc', | 382 'browser/component_updater/supervised_user_whitelist_installer.cc', |
| 385 'browser/component_updater/supervised_user_whitelist_installer.h', | 383 'browser/component_updater/supervised_user_whitelist_installer.h', |
| 386 'browser/component_updater/sw_reporter_installer_win.cc', | 384 'browser/component_updater/sw_reporter_installer_win.cc', |
| 387 'browser/component_updater/sw_reporter_installer_win.h', | 385 'browser/component_updater/sw_reporter_installer_win.h', |
| (...skipping 3687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4075 '../components/components.gyp:omnibox_browser', | 4073 '../components/components.gyp:omnibox_browser', |
| 4076 '../components/components.gyp:rlz', | 4074 '../components/components.gyp:rlz', |
| 4077 '../components/components.gyp:search_engines', | 4075 '../components/components.gyp:search_engines', |
| 4078 '../rlz/rlz.gyp:rlz_lib', | 4076 '../rlz/rlz.gyp:rlz_lib', |
| 4079 ], | 4077 ], |
| 4080 }, | 4078 }, |
| 4081 ], | 4079 ], |
| 4082 }], | 4080 }], |
| 4083 ], | 4081 ], |
| 4084 } | 4082 } |
| OLD | NEW |