OLD | NEW |
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the | 5 # This file defines five targets that we are using to track the progress of the |
6 # GYP->GN migration: | 6 # GYP->GN migration: |
7 # | 7 # |
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should | 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should |
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. | 9 # match the 'both_gn_and_gyp' target in //BUILD.gn. |
10 # | 10 # |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 ], | 490 ], |
491 }], | 491 }], |
492 ['OS=="win"', { | 492 ['OS=="win"', { |
493 'dependencies': [ | 493 'dependencies': [ |
494 '../base/base.gyp:pe_image_test', | 494 '../base/base.gyp:pe_image_test', |
495 '../chrome/chrome.gyp:installer_util_unittests', | 495 '../chrome/chrome.gyp:installer_util_unittests', |
496 '../chrome/chrome.gyp:install_static_unittests', | 496 '../chrome/chrome.gyp:install_static_unittests', |
497 '../chrome/chrome.gyp:setup', | 497 '../chrome/chrome.gyp:setup', |
498 '../chrome/chrome.gyp:setup_unittests', | 498 '../chrome/chrome.gyp:setup_unittests', |
499 '../chrome/installer/mini_installer.gyp:mini_installer', | 499 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 500 '../chrome/tools/disable_outdated_build_detector/disable_outdated_bu
ild_detector.gyp:disable_outdated_build_detector', |
| 501 '../chrome/tools/disable_outdated_build_detector/disable_outdated_bu
ild_detector.gyp:disable_outdated_build_detector_unittests', |
500 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 502 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
501 '../chrome_elf/chrome_elf.gyp:dll_hash_main', | 503 '../chrome_elf/chrome_elf.gyp:dll_hash_main', |
502 '../components/components.gyp:wifi_test', | 504 '../components/components.gyp:wifi_test', |
503 '../net/net.gyp:quic_client', | 505 '../net/net.gyp:quic_client', |
504 '../net/net.gyp:quic_server', | 506 '../net/net.gyp:quic_server', |
505 '../rlz/rlz.gyp:rlz', | 507 '../rlz/rlz.gyp:rlz', |
506 '../sandbox/sandbox.gyp:pocdll', | 508 '../sandbox/sandbox.gyp:pocdll', |
507 '../sandbox/sandbox.gyp:sandbox_poc', | 509 '../sandbox/sandbox.gyp:sandbox_poc', |
508 '../sandbox/sandbox.gyp:sbox_integration_tests', | 510 '../sandbox/sandbox.gyp:sbox_integration_tests', |
509 '../sandbox/sandbox.gyp:sbox_unittests', | 511 '../sandbox/sandbox.gyp:sbox_unittests', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 }], | 760 }], |
759 ['OS=="android" and target_arch != "x64"', { | 761 ['OS=="android" and target_arch != "x64"', { |
760 'dependencies': [ | 762 'dependencies': [ |
761 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 763 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
762 ], | 764 ], |
763 }], | 765 }], |
764 ], | 766 ], |
765 }, | 767 }, |
766 ] | 768 ] |
767 } | 769 } |
OLD | NEW |