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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 'browser/command_observer.h', | 268 'browser/command_observer.h', |
269 'browser/command_updater.cc', | 269 'browser/command_updater.cc', |
270 'browser/command_updater.h', | 270 'browser/command_updater.h', |
271 'browser/command_updater_delegate.h', | 271 'browser/command_updater_delegate.h', |
272 'browser/component_updater/background_downloader_win.cc', | 272 'browser/component_updater/background_downloader_win.cc', |
273 'browser/component_updater/background_downloader_win.h', | 273 'browser/component_updater/background_downloader_win.h', |
274 'browser/component_updater/component_patcher.cc', | 274 'browser/component_updater/component_patcher.cc', |
275 'browser/component_updater/component_patcher.h', | 275 'browser/component_updater/component_patcher.h', |
276 'browser/component_updater/component_patcher_operation.cc', | 276 'browser/component_updater/component_patcher_operation.cc', |
277 'browser/component_updater/component_patcher_operation.h', | 277 'browser/component_updater/component_patcher_operation.h', |
| 278 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 279 'browser/component_updater/component_patcher_operation_out_of_process.h', |
278 'browser/component_updater/component_updater_configurator.cc', | 280 'browser/component_updater/component_updater_configurator.cc', |
279 'browser/component_updater/component_updater_configurator.h', | 281 'browser/component_updater/component_updater_configurator.h', |
280 'browser/component_updater/component_unpacker.cc', | 282 'browser/component_updater/component_unpacker.cc', |
281 'browser/component_updater/component_unpacker.h', | 283 'browser/component_updater/component_unpacker.h', |
282 'browser/component_updater/component_updater_ping_manager.cc', | 284 'browser/component_updater/component_updater_ping_manager.cc', |
283 'browser/component_updater/component_updater_ping_manager.h', | 285 'browser/component_updater/component_updater_ping_manager.h', |
284 'browser/component_updater/component_updater_service.cc', | 286 'browser/component_updater/component_updater_service.cc', |
285 'browser/component_updater/component_updater_service.h', | 287 'browser/component_updater/component_updater_service.h', |
286 'browser/component_updater/component_updater_utils.cc', | 288 'browser/component_updater/component_updater_utils.cc', |
287 'browser/component_updater/component_updater_utils.h', | 289 'browser/component_updater/component_updater_utils.h', |
(...skipping 3326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3614 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
3615 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
3616 }, | 3618 }, |
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3618 }, | 3620 }, |
3619 ], | 3621 ], |
3620 }, | 3622 }, |
3621 ], | 3623 ], |
3622 ], | 3624 ], |
3623 } | 3625 } |
OLD | NEW |