| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'browser/component_updater/chrome_component_updater_configurator.cc', | 158 'browser/component_updater/chrome_component_updater_configurator.cc', |
| 159 'browser/component_updater/chrome_component_updater_configurator.h', | 159 'browser/component_updater/chrome_component_updater_configurator.h', |
| 160 'browser/component_updater/cld_component_installer.cc', | 160 'browser/component_updater/cld_component_installer.cc', |
| 161 'browser/component_updater/cld_component_installer.h', | 161 'browser/component_updater/cld_component_installer.h', |
| 162 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 162 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 163 'browser/component_updater/component_patcher_operation_out_of_process.h', | 163 'browser/component_updater/component_patcher_operation_out_of_process.h', |
| 164 'browser/component_updater/component_updater_resource_throttle.cc', | 164 'browser/component_updater/component_updater_resource_throttle.cc', |
| 165 'browser/component_updater/component_updater_resource_throttle.h', | 165 'browser/component_updater/component_updater_resource_throttle.h', |
| 166 'browser/component_updater/ev_whitelist_component_installer.cc', | 166 'browser/component_updater/ev_whitelist_component_installer.cc', |
| 167 'browser/component_updater/ev_whitelist_component_installer.h', | 167 'browser/component_updater/ev_whitelist_component_installer.h', |
| 168 'browser/component_updater/file_type_policies_component_installer.cc', |
| 169 'browser/component_updater/file_type_policies_component_installer.h', |
| 168 'browser/component_updater/origin_trials_component_installer.cc', | 170 'browser/component_updater/origin_trials_component_installer.cc', |
| 169 'browser/component_updater/origin_trials_component_installer.h', | 171 'browser/component_updater/origin_trials_component_installer.h', |
| 170 'browser/component_updater/pnacl_component_installer.cc', | 172 'browser/component_updater/pnacl_component_installer.cc', |
| 171 'browser/component_updater/pnacl_component_installer.h', | 173 'browser/component_updater/pnacl_component_installer.h', |
| 172 'browser/component_updater/recovery_component_installer.cc', | 174 'browser/component_updater/recovery_component_installer.cc', |
| 173 'browser/component_updater/recovery_component_installer.h', | 175 'browser/component_updater/recovery_component_installer.h', |
| 174 'browser/component_updater/sth_set_component_installer.cc', | 176 'browser/component_updater/sth_set_component_installer.cc', |
| 175 'browser/component_updater/sth_set_component_installer.h', | 177 'browser/component_updater/sth_set_component_installer.h', |
| 176 'browser/component_updater/supervised_user_whitelist_installer.cc', | 178 'browser/component_updater/supervised_user_whitelist_installer.cc', |
| 177 'browser/component_updater/supervised_user_whitelist_installer.h', | 179 'browser/component_updater/supervised_user_whitelist_installer.h', |
| (...skipping 4080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4258 '../components/components.gyp:rlz', | 4260 '../components/components.gyp:rlz', |
| 4259 '../components/components.gyp:search_engines', | 4261 '../components/components.gyp:search_engines', |
| 4260 '../rlz/rlz.gyp:rlz_lib', | 4262 '../rlz/rlz.gyp:rlz_lib', |
| 4261 'common', | 4263 'common', |
| 4262 ], | 4264 ], |
| 4263 }, | 4265 }, |
| 4264 ], | 4266 ], |
| 4265 }], | 4267 }], |
| 4266 ], | 4268 ], |
| 4267 } | 4269 } |
| OLD | NEW |