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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 ], | 488 ], |
489 }], | 489 }], |
490 ['OS=="win"', { | 490 ['OS=="win"', { |
491 'dependencies': [ | 491 'dependencies': [ |
492 '../base/base.gyp:pe_image_test', | 492 '../base/base.gyp:pe_image_test', |
493 '../chrome/chrome.gyp:installer_util_unittests', | 493 '../chrome/chrome.gyp:installer_util_unittests', |
494 '../chrome/chrome.gyp:install_static_unittests', | 494 '../chrome/chrome.gyp:install_static_unittests', |
495 '../chrome/chrome.gyp:setup', | 495 '../chrome/chrome.gyp:setup', |
496 '../chrome/chrome.gyp:setup_unittests', | 496 '../chrome/chrome.gyp:setup_unittests', |
497 '../chrome/installer/mini_installer.gyp:mini_installer', | 497 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 498 '../chrome/tools/disable_outdated_build_detector/disable_outdated_bu
ild_detector.gyp:disable_outdated_build_detector', |
| 499 '../chrome/tools/disable_outdated_build_detector/disable_outdated_bu
ild_detector.gyp:disable_outdated_build_detector_unittests', |
498 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 500 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
499 '../chrome_elf/chrome_elf.gyp:dll_hash_main', | 501 '../chrome_elf/chrome_elf.gyp:dll_hash_main', |
500 '../components/components.gyp:wifi_test', | 502 '../components/components.gyp:wifi_test', |
501 '../net/net.gyp:quic_client', | 503 '../net/net.gyp:quic_client', |
502 '../net/net.gyp:quic_server', | 504 '../net/net.gyp:quic_server', |
503 '../rlz/rlz.gyp:rlz', | 505 '../rlz/rlz.gyp:rlz', |
504 '../sandbox/sandbox.gyp:pocdll', | 506 '../sandbox/sandbox.gyp:pocdll', |
505 '../sandbox/sandbox.gyp:sandbox_poc', | 507 '../sandbox/sandbox.gyp:sandbox_poc', |
506 '../sandbox/sandbox.gyp:sbox_integration_tests', | 508 '../sandbox/sandbox.gyp:sbox_integration_tests', |
507 '../sandbox/sandbox.gyp:sbox_unittests', | 509 '../sandbox/sandbox.gyp:sbox_unittests', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 }], | 757 }], |
756 ['OS=="android" and target_arch != "x64"', { | 758 ['OS=="android" and target_arch != "x64"', { |
757 'dependencies': [ | 759 'dependencies': [ |
758 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 760 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
759 ], | 761 ], |
760 }], | 762 }], |
761 ], | 763 ], |
762 }, | 764 }, |
763 ] | 765 ] |
764 } | 766 } |
OLD | NEW |