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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 'browser/component_updater/flash_component_installer.h', | 463 'browser/component_updater/flash_component_installer.h', |
464 'browser/component_updater/pepper_flash_component_installer.cc', | 464 'browser/component_updater/pepper_flash_component_installer.cc', |
465 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 465 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
466 'browser/component_updater/pnacl/pnacl_component_installer.h', | 466 'browser/component_updater/pnacl/pnacl_component_installer.h', |
467 'browser/component_updater/pnacl/pnacl_profile_observer.cc', | 467 'browser/component_updater/pnacl/pnacl_profile_observer.cc', |
468 'browser/component_updater/pnacl/pnacl_profile_observer.h', | 468 'browser/component_updater/pnacl/pnacl_profile_observer.h', |
469 'browser/component_updater/ppapi_utils.cc', | 469 'browser/component_updater/ppapi_utils.cc', |
470 'browser/component_updater/ppapi_utils.h', | 470 'browser/component_updater/ppapi_utils.h', |
471 'browser/component_updater/recovery_component_installer.cc', | 471 'browser/component_updater/recovery_component_installer.cc', |
472 'browser/component_updater/recovery_component_installer.h', | 472 'browser/component_updater/recovery_component_installer.h', |
| 473 'browser/component_updater/sw_reporter_component_installer_win.cc', |
| 474 'browser/component_updater/sw_reporter_component_installer_win.h', |
473 'browser/component_updater/swiftshader_component_installer.cc', | 475 'browser/component_updater/swiftshader_component_installer.cc', |
474 'browser/component_updater/swiftshader_component_installer.h', | 476 'browser/component_updater/swiftshader_component_installer.h', |
475 'browser/component_updater/update_checker.cc', | 477 'browser/component_updater/update_checker.cc', |
476 'browser/component_updater/update_checker.h', | 478 'browser/component_updater/update_checker.h', |
477 'browser/component_updater/update_response.cc', | 479 'browser/component_updater/update_response.cc', |
478 'browser/component_updater/update_response.h', | 480 'browser/component_updater/update_response.h', |
479 'browser/component_updater/url_fetcher_downloader.cc', | 481 'browser/component_updater/url_fetcher_downloader.cc', |
480 'browser/component_updater/url_fetcher_downloader.h', | 482 'browser/component_updater/url_fetcher_downloader.h', |
481 'browser/component_updater/widevine_cdm_component_installer.cc', | 483 'browser/component_updater/widevine_cdm_component_installer.cc', |
482 'browser/component_updater/widevine_cdm_component_installer.h', | 484 'browser/component_updater/widevine_cdm_component_installer.h', |
(...skipping 3313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3796 'package_name': 'org/chromium/chrome/browser', | 3798 'package_name': 'org/chromium/chrome/browser', |
3797 'template_deps': ['browser/android/tab_load_status.h'], | 3799 'template_deps': ['browser/android/tab_load_status.h'], |
3798 }, | 3800 }, |
3799 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3801 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3800 }, | 3802 }, |
3801 ], | 3803 ], |
3802 }, | 3804 }, |
3803 ], | 3805 ], |
3804 ], | 3806 ], |
3805 } | 3807 } |
OLD | NEW |