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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 'browser/chrome_quota_permission_context.cc', | 448 'browser/chrome_quota_permission_context.cc', |
449 'browser/chrome_quota_permission_context.h', | 449 'browser/chrome_quota_permission_context.h', |
450 'browser/command_observer.h', | 450 'browser/command_observer.h', |
451 'browser/command_updater.cc', | 451 'browser/command_updater.cc', |
452 'browser/command_updater.h', | 452 'browser/command_updater.h', |
453 'browser/command_updater_delegate.h', | 453 'browser/command_updater_delegate.h', |
454 'browser/common/cancelable_request.cc', | 454 'browser/common/cancelable_request.cc', |
455 'browser/common/cancelable_request.h', | 455 'browser/common/cancelable_request.h', |
456 'browser/component_updater/background_downloader_win.cc', | 456 'browser/component_updater/background_downloader_win.cc', |
457 'browser/component_updater/background_downloader_win.h', | 457 'browser/component_updater/background_downloader_win.h', |
| 458 'browser/component_updater/cld_component_installer.cc', |
| 459 'browser/component_updater/cld_component_installer.h', |
458 'browser/component_updater/component_patcher.cc', | 460 'browser/component_updater/component_patcher.cc', |
459 'browser/component_updater/component_patcher.h', | 461 'browser/component_updater/component_patcher.h', |
460 'browser/component_updater/component_patcher_operation.cc', | 462 'browser/component_updater/component_patcher_operation.cc', |
461 'browser/component_updater/component_patcher_operation.h', | 463 'browser/component_updater/component_patcher_operation.h', |
462 'browser/component_updater/component_updater_configurator.cc', | 464 'browser/component_updater/component_updater_configurator.cc', |
463 'browser/component_updater/component_updater_configurator.h', | 465 'browser/component_updater/component_updater_configurator.h', |
464 'browser/component_updater/component_unpacker.cc', | 466 'browser/component_updater/component_unpacker.cc', |
465 'browser/component_updater/component_unpacker.h', | 467 'browser/component_updater/component_unpacker.h', |
466 'browser/component_updater/component_updater_ping_manager.cc', | 468 'browser/component_updater/component_updater_ping_manager.cc', |
467 'browser/component_updater/component_updater_ping_manager.h', | 469 'browser/component_updater/component_updater_ping_manager.h', |
(...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3730 'package_name': 'org/chromium/chrome/browser', | 3732 'package_name': 'org/chromium/chrome/browser', |
3731 'template_deps': ['browser/android/tab_load_status.h'], | 3733 'template_deps': ['browser/android/tab_load_status.h'], |
3732 }, | 3734 }, |
3733 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3735 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3734 }, | 3736 }, |
3735 ], | 3737 ], |
3736 }, | 3738 }, |
3737 ], | 3739 ], |
3738 ], | 3740 ], |
3739 } | 3741 } |
OLD | NEW |