| 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', | |
| 500 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 498 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 501 '../chrome_elf/chrome_elf.gyp:dll_hash_main', | 499 '../chrome_elf/chrome_elf.gyp:dll_hash_main', |
| 502 '../components/components.gyp:wifi_test', | 500 '../components/components.gyp:wifi_test', |
| 503 '../net/net.gyp:quic_client', | 501 '../net/net.gyp:quic_client', |
| 504 '../net/net.gyp:quic_server', | 502 '../net/net.gyp:quic_server', |
| 505 '../rlz/rlz.gyp:rlz', | 503 '../rlz/rlz.gyp:rlz', |
| 506 '../sandbox/sandbox.gyp:pocdll', | 504 '../sandbox/sandbox.gyp:pocdll', |
| 507 '../sandbox/sandbox.gyp:sandbox_poc', | 505 '../sandbox/sandbox.gyp:sandbox_poc', |
| 508 '../sandbox/sandbox.gyp:sbox_integration_tests', | 506 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 509 '../sandbox/sandbox.gyp:sbox_unittests', | 507 '../sandbox/sandbox.gyp:sbox_unittests', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 }], | 755 }], |
| 758 ['OS=="android" and target_arch != "x64"', { | 756 ['OS=="android" and target_arch != "x64"', { |
| 759 'dependencies': [ | 757 'dependencies': [ |
| 760 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 758 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 761 ], | 759 ], |
| 762 }], | 760 }], |
| 763 ], | 761 ], |
| 764 }, | 762 }, |
| 765 ] | 763 ] |
| 766 } | 764 } |
| OLD | NEW |