| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'browser/component_updater/component_patcher_operation.cc', | 274 'browser/component_updater/component_patcher_operation.cc', |
| 275 'browser/component_updater/component_patcher_operation.h', | 275 'browser/component_updater/component_patcher_operation.h', |
| 276 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 276 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 277 'browser/component_updater/component_patcher_operation_out_of_process.h', | 277 'browser/component_updater/component_patcher_operation_out_of_process.h', |
| 278 'browser/component_updater/component_updater_configurator.cc', | 278 'browser/component_updater/component_updater_configurator.cc', |
| 279 'browser/component_updater/component_updater_configurator.h', | 279 'browser/component_updater/component_updater_configurator.h', |
| 280 'browser/component_updater/component_unpacker.cc', | 280 'browser/component_updater/component_unpacker.cc', |
| 281 'browser/component_updater/component_unpacker.h', | 281 'browser/component_updater/component_unpacker.h', |
| 282 'browser/component_updater/component_updater_ping_manager.cc', | 282 'browser/component_updater/component_updater_ping_manager.cc', |
| 283 'browser/component_updater/component_updater_ping_manager.h', | 283 'browser/component_updater/component_updater_ping_manager.h', |
| 284 'browser/component_updater/component_updater_resource_throttle.cc', |
| 285 'browser/component_updater/component_updater_resource_throttle.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', |
| 288 'browser/component_updater/crx_update_item.h', | 290 'browser/component_updater/crx_update_item.h', |
| 289 'browser/component_updater/crx_downloader.cc', | 291 'browser/component_updater/crx_downloader.cc', |
| 290 'browser/component_updater/crx_downloader.h', | 292 'browser/component_updater/crx_downloader.h', |
| 291 'browser/component_updater/default_component_installer.cc', | 293 'browser/component_updater/default_component_installer.cc', |
| 292 'browser/component_updater/default_component_installer.h', | 294 'browser/component_updater/default_component_installer.h', |
| 293 'browser/component_updater/flash_component_installer.h', | 295 'browser/component_updater/flash_component_installer.h', |
| (...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3609 'package_name': 'org/chromium/chrome/browser', | 3611 'package_name': 'org/chromium/chrome/browser', |
| 3610 'template_deps': ['browser/android/tab_load_status.h'], | 3612 'template_deps': ['browser/android/tab_load_status.h'], |
| 3611 }, | 3613 }, |
| 3612 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3614 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3613 }, | 3615 }, |
| 3614 ], | 3616 ], |
| 3615 }, | 3617 }, |
| 3616 ], | 3618 ], |
| 3617 ], | 3619 ], |
| 3618 } | 3620 } |
| OLD | NEW |