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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'browser/chrome_select_file_dialog_factory_win.cc', | 154 'browser/chrome_select_file_dialog_factory_win.cc', |
155 'browser/chrome_select_file_dialog_factory_win.h', | 155 'browser/chrome_select_file_dialog_factory_win.h', |
156 'browser/command_observer.h', | 156 'browser/command_observer.h', |
157 'browser/command_updater.cc', | 157 'browser/command_updater.cc', |
158 'browser/command_updater.h', | 158 'browser/command_updater.h', |
159 'browser/command_updater_delegate.h', | 159 'browser/command_updater_delegate.h', |
160 'browser/component_updater/caps_installer_win.cc', | 160 'browser/component_updater/caps_installer_win.cc', |
161 'browser/component_updater/caps_installer_win.h', | 161 'browser/component_updater/caps_installer_win.h', |
162 'browser/component_updater/chrome_component_updater_configurator.cc', | 162 'browser/component_updater/chrome_component_updater_configurator.cc', |
163 'browser/component_updater/chrome_component_updater_configurator.h', | 163 'browser/component_updater/chrome_component_updater_configurator.h', |
164 'browser/component_updater/cld_component_installer.cc', | |
165 'browser/component_updater/cld_component_installer.h', | |
166 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 164 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
167 'browser/component_updater/component_patcher_operation_out_of_process.h', | 165 'browser/component_updater/component_patcher_operation_out_of_process.h', |
168 'browser/component_updater/component_updater_resource_throttle.cc', | 166 'browser/component_updater/component_updater_resource_throttle.cc', |
169 'browser/component_updater/component_updater_resource_throttle.h', | 167 'browser/component_updater/component_updater_resource_throttle.h', |
170 'browser/component_updater/ev_whitelist_component_installer.cc', | 168 'browser/component_updater/ev_whitelist_component_installer.cc', |
171 'browser/component_updater/ev_whitelist_component_installer.h', | 169 'browser/component_updater/ev_whitelist_component_installer.h', |
172 'browser/component_updater/file_type_policies_component_installer.cc', | 170 'browser/component_updater/file_type_policies_component_installer.cc', |
173 'browser/component_updater/file_type_policies_component_installer.h', | 171 'browser/component_updater/file_type_policies_component_installer.h', |
174 'browser/component_updater/origin_trials_component_installer.cc', | 172 'browser/component_updater/origin_trials_component_installer.cc', |
175 'browser/component_updater/origin_trials_component_installer.h', | 173 'browser/component_updater/origin_trials_component_installer.h', |
(...skipping 4105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4281 '../components/components.gyp:rlz', | 4279 '../components/components.gyp:rlz', |
4282 '../components/components.gyp:search_engines', | 4280 '../components/components.gyp:search_engines', |
4283 '../rlz/rlz.gyp:rlz_lib', | 4281 '../rlz/rlz.gyp:rlz_lib', |
4284 'common', | 4282 'common', |
4285 ], | 4283 ], |
4286 }, | 4284 }, |
4287 ], | 4285 ], |
4288 }], | 4286 }], |
4289 ], | 4287 ], |
4290 } | 4288 } |
OLD | NEW |