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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 #"//net:net_unittests", # TODO(GYP) | 465 #"//net:net_unittests", # TODO(GYP) |
466 #"//third_party/usrsctp", # TODO(GYP) | 466 #"//third_party/usrsctp", # TODO(GYP) |
467 #"//ui/app_list:app_list_unittests", # TODO(GYP) | 467 #"//ui/app_list:app_list_unittests", # TODO(GYP) |
468 #"//ui/gfx:gfx_unittests", # TODO(GYP) | 468 #"//ui/gfx:gfx_unittests", # TODO(GYP) |
469 ], | 469 ], |
470 }], | 470 }], |
471 ['OS=="win"', { | 471 ['OS=="win"', { |
472 'dependencies': [ | 472 'dependencies': [ |
473 '../base/base.gyp:pe_image_test', | 473 '../base/base.gyp:pe_image_test', |
474 '../chrome/chrome.gyp:crash_service', | 474 '../chrome/chrome.gyp:crash_service', |
| 475 '../chrome/chrome.gyp:setup_unittests', |
475 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 476 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
476 '../chrome_elf/chrome_elf.gyp:dll_hash_main', | 477 '../chrome_elf/chrome_elf.gyp:dll_hash_main', |
477 '../components/components.gyp:wifi_test', | 478 '../components/components.gyp:wifi_test', |
478 '../net/net.gyp:quic_client', | 479 '../net/net.gyp:quic_client', |
479 '../net/net.gyp:quic_server', | 480 '../net/net.gyp:quic_server', |
480 '../sandbox/sandbox.gyp:pocdll', | 481 '../sandbox/sandbox.gyp:pocdll', |
481 '../sandbox/sandbox.gyp:sandbox_poc', | 482 '../sandbox/sandbox.gyp:sandbox_poc', |
482 '../sandbox/sandbox.gyp:sbox_integration_tests', | 483 '../sandbox/sandbox.gyp:sbox_integration_tests', |
483 '../sandbox/sandbox.gyp:sbox_unittests', | 484 '../sandbox/sandbox.gyp:sbox_unittests', |
484 '../sandbox/sandbox.gyp:sbox_validation_tests', | 485 '../sandbox/sandbox.gyp:sbox_validation_tests', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'dependencies': [ | 649 'dependencies': [ |
649 # TODO(GYP): All of these targets still need to be converted. | 650 # TODO(GYP): All of these targets still need to be converted. |
650 '../base/base.gyp:debug_message', | 651 '../base/base.gyp:debug_message', |
651 '../chrome/chrome.gyp:app_shim', | 652 '../chrome/chrome.gyp:app_shim', |
652 '../chrome/chrome.gyp:gcapi_dll', | 653 '../chrome/chrome.gyp:gcapi_dll', |
653 '../chrome/chrome.gyp:gcapi_test', | 654 '../chrome/chrome.gyp:gcapi_test', |
654 '../chrome/chrome.gyp:installer_util_unittests', | 655 '../chrome/chrome.gyp:installer_util_unittests', |
655 '../chrome/chrome.gyp:pack_policy_templates', | 656 '../chrome/chrome.gyp:pack_policy_templates', |
656 '../chrome/chrome.gyp:sb_sigutil', | 657 '../chrome/chrome.gyp:sb_sigutil', |
657 '../chrome/chrome.gyp:setup', | 658 '../chrome/chrome.gyp:setup', |
658 '../chrome/chrome.gyp:setup_unittests', | |
659 '../chrome/installer/mini_installer.gyp:mini_installer', | 659 '../chrome/installer/mini_installer.gyp:mini_installer', |
660 '../chrome/tools/crash_service/caps/caps.gyp:caps', | 660 '../chrome/tools/crash_service/caps/caps.gyp:caps', |
661 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', | 661 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', |
662 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte
sts', | 662 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte
sts', |
663 '../cloud_print/service/win/service.gyp:cloud_print_service', | 663 '../cloud_print/service/win/service.gyp:cloud_print_service', |
664 '../cloud_print/service/win/service.gyp:cloud_print_service_config', | 664 '../cloud_print/service/win/service.gyp:cloud_print_service_config', |
665 '../cloud_print/service/win/service.gyp:cloud_print_service_setup', | 665 '../cloud_print/service/win/service.gyp:cloud_print_service_setup', |
666 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy
p:virtual_driver_setup', | 666 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy
p:virtual_driver_setup', |
667 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', | 667 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', |
668 '../components/test_runner/test_runner.gyp:layout_test_helper', | 668 '../components/test_runner/test_runner.gyp:layout_test_helper', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 'dependencies': [ | 704 'dependencies': [ |
705 # TODO(GYP): All of these targets need to be ported over. | 705 # TODO(GYP): All of these targets need to be ported over. |
706 '../components/components.gyp:policy_win64', | 706 '../components/components.gyp:policy_win64', |
707 ] | 707 ] |
708 }], | 708 }], |
709 ], | 709 ], |
710 }, | 710 }, |
711 ] | 711 ] |
712 } | 712 } |
713 | 713 |
OLD | NEW |