| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'browser/chrome_device_client.h', | 140 'browser/chrome_device_client.h', |
| 141 'browser/chrome_net_benchmarking_message_filter.cc', | 141 'browser/chrome_net_benchmarking_message_filter.cc', |
| 142 'browser/chrome_net_benchmarking_message_filter.h', | 142 'browser/chrome_net_benchmarking_message_filter.h', |
| 143 'browser/chrome_notification_types.h', | 143 'browser/chrome_notification_types.h', |
| 144 'browser/chrome_quota_permission_context.cc', | 144 'browser/chrome_quota_permission_context.cc', |
| 145 'browser/chrome_quota_permission_context.h', | 145 'browser/chrome_quota_permission_context.h', |
| 146 'browser/command_observer.h', | 146 'browser/command_observer.h', |
| 147 'browser/command_updater.cc', | 147 'browser/command_updater.cc', |
| 148 'browser/command_updater.h', | 148 'browser/command_updater.h', |
| 149 'browser/command_updater_delegate.h', | 149 'browser/command_updater_delegate.h', |
| 150 'browser/component_updater/caps_installer_win.cc', | |
| 151 'browser/component_updater/caps_installer_win.h', | |
| 152 'browser/component_updater/chrome_component_updater_configurator.cc', | 150 'browser/component_updater/chrome_component_updater_configurator.cc', |
| 153 'browser/component_updater/chrome_component_updater_configurator.h', | 151 'browser/component_updater/chrome_component_updater_configurator.h', |
| 154 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 152 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 155 'browser/component_updater/component_patcher_operation_out_of_process.h', | 153 'browser/component_updater/component_patcher_operation_out_of_process.h', |
| 156 'browser/component_updater/component_updater_resource_throttle.cc', | 154 'browser/component_updater/component_updater_resource_throttle.cc', |
| 157 'browser/component_updater/component_updater_prefs.cc', | 155 'browser/component_updater/component_updater_prefs.cc', |
| 158 'browser/component_updater/component_updater_prefs.h', | 156 'browser/component_updater/component_updater_prefs.h', |
| 159 'browser/component_updater/component_updater_resource_throttle.h', | 157 'browser/component_updater/component_updater_resource_throttle.h', |
| 160 'browser/component_updater/ev_whitelist_component_installer.cc', | 158 'browser/component_updater/ev_whitelist_component_installer.cc', |
| 161 'browser/component_updater/ev_whitelist_component_installer.h', | 159 'browser/component_updater/ev_whitelist_component_installer.h', |
| (...skipping 4185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4347 '../components/components.gyp:rlz', | 4345 '../components/components.gyp:rlz', |
| 4348 '../components/components.gyp:search_engines', | 4346 '../components/components.gyp:search_engines', |
| 4349 '../rlz/rlz.gyp:rlz_lib', | 4347 '../rlz/rlz.gyp:rlz_lib', |
| 4350 'common', | 4348 'common', |
| 4351 ], | 4349 ], |
| 4352 }, | 4350 }, |
| 4353 ], | 4351 ], |
| 4354 }], | 4352 }], |
| 4355 ], | 4353 ], |
| 4356 } | 4354 } |
| OLD | NEW |