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 three targets that we are using to | 5 # This file defines three targets that we are using to |
6 # track the progress of the GYP->GN migration: | 6 # track the progress of the GYP->GN migration: |
7 # | 7 # |
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then | 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then |
9 # run 'ninja', the second ninja invocation should do nothing. This | 9 # run 'ninja', the second ninja invocation should do nothing. This |
10 # indicates that everything built by a ninja build is in fact | 10 # indicates that everything built by a ninja build is in fact |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 #"//extensions:extensions_unittests", # TODO(GYP) | 453 #"//extensions:extensions_unittests", # TODO(GYP) |
454 #"//net:net_unittests", # TODO(GYP) | 454 #"//net:net_unittests", # TODO(GYP) |
455 #"//third_party/usrsctp", # TODO(GYP) | 455 #"//third_party/usrsctp", # TODO(GYP) |
456 #"//ui/app_list:app_list_unittests", # TODO(GYP) | 456 #"//ui/app_list:app_list_unittests", # TODO(GYP) |
457 #"//ui/gfx:gfx_unittests", # TODO(GYP) | 457 #"//ui/gfx:gfx_unittests", # TODO(GYP) |
458 ], | 458 ], |
459 }], | 459 }], |
460 ['OS=="win"', { | 460 ['OS=="win"', { |
461 'dependencies': [ | 461 'dependencies': [ |
462 '../base/base.gyp:pe_image_test', | 462 '../base/base.gyp:pe_image_test', |
| 463 '../chrome/chrome.gyp:crash_service', |
463 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 464 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
464 '../chrome_elf/chrome_elf.gyp:dll_hash_main', | 465 '../chrome_elf/chrome_elf.gyp:dll_hash_main', |
465 '../components/components.gyp:wifi_test', | 466 '../components/components.gyp:wifi_test', |
466 '../net/net.gyp:quic_client', | 467 '../net/net.gyp:quic_client', |
467 '../net/net.gyp:quic_server', | 468 '../net/net.gyp:quic_server', |
468 '../sandbox/sandbox.gyp:pocdll', | 469 '../sandbox/sandbox.gyp:pocdll', |
469 '../sandbox/sandbox.gyp:sandbox_poc', | 470 '../sandbox/sandbox.gyp:sandbox_poc', |
470 '../sandbox/sandbox.gyp:sbox_integration_tests', | 471 '../sandbox/sandbox.gyp:sbox_integration_tests', |
471 '../sandbox/sandbox.gyp:sbox_unittests', | 472 '../sandbox/sandbox.gyp:sbox_unittests', |
472 '../sandbox/sandbox.gyp:sbox_validation_tests', | 473 '../sandbox/sandbox.gyp:sbox_validation_tests', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 600 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
600 ], | 601 ], |
601 }], | 602 }], |
602 ['OS=="win"', { | 603 ['OS=="win"', { |
603 'dependencies': [ | 604 'dependencies': [ |
604 # TODO(GYP): All of these targets still need to be converted. | 605 # TODO(GYP): All of these targets still need to be converted. |
605 '../base/base.gyp:debug_message', | 606 '../base/base.gyp:debug_message', |
606 '../chrome/chrome.gyp:app_installer', | 607 '../chrome/chrome.gyp:app_installer', |
607 '../chrome/chrome.gyp:app_installer_unittests', | 608 '../chrome/chrome.gyp:app_installer_unittests', |
608 '../chrome/chrome.gyp:app_shim', | 609 '../chrome/chrome.gyp:app_shim', |
609 '../chrome/chrome.gyp:crash_service', | |
610 '../chrome/chrome.gyp:gcapi_dll', | 610 '../chrome/chrome.gyp:gcapi_dll', |
611 '../chrome/chrome.gyp:gcapi_test', | 611 '../chrome/chrome.gyp:gcapi_test', |
612 '../chrome/chrome.gyp:installer_util_unittests', | 612 '../chrome/chrome.gyp:installer_util_unittests', |
613 '../chrome/chrome.gyp:pack_policy_templates', | 613 '../chrome/chrome.gyp:pack_policy_templates', |
614 '../chrome/chrome.gyp:sb_sigutil', | 614 '../chrome/chrome.gyp:sb_sigutil', |
615 '../chrome/chrome.gyp:setup', | 615 '../chrome/chrome.gyp:setup', |
616 '../chrome/chrome.gyp:setup_unittests', | 616 '../chrome/chrome.gyp:setup_unittests', |
617 '../chrome/installer/mini_installer.gyp:mini_installer', | 617 '../chrome/installer/mini_installer.gyp:mini_installer', |
618 '../chrome/tools/crash_service/caps/caps.gyp:caps', | 618 '../chrome/tools/crash_service/caps/caps.gyp:caps', |
619 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', | 619 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 'chromium_builder_nacl_sdk', | 695 'chromium_builder_nacl_sdk', |
696 'chromium_builder_lkgr_drmemory_win', | 696 'chromium_builder_lkgr_drmemory_win', |
697 'chromium_builder_dbg_tsan_win', | 697 'chromium_builder_dbg_tsan_win', |
698 ], | 698 ], |
699 }], | 699 }], |
700 ], | 700 ], |
701 }, | 701 }, |
702 ] | 702 ] |
703 } | 703 } |
704 | 704 |
OLD | NEW |