| 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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 '../chrome/chrome.gyp:setup_unittests', | 627 '../chrome/chrome.gyp:setup_unittests', |
| 628 '../chrome/installer/mini_installer.gyp:mini_installer', | 628 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 629 '../chrome/tools/crash_service/caps/caps.gyp:caps', | 629 '../chrome/tools/crash_service/caps/caps.gyp:caps', |
| 630 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', | 630 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', |
| 631 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte
sts', | 631 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte
sts', |
| 632 '../cloud_print/service/service.gyp:cloud_print_service', | 632 '../cloud_print/service/service.gyp:cloud_print_service', |
| 633 '../cloud_print/service/service.gyp:cloud_print_service_config', | 633 '../cloud_print/service/service.gyp:cloud_print_service_config', |
| 634 '../cloud_print/service/service.gyp:cloud_print_service_setup', | 634 '../cloud_print/service/service.gyp:cloud_print_service_setup', |
| 635 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy
p:virtual_driver_setup', | 635 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy
p:virtual_driver_setup', |
| 636 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', | 636 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', |
| 637 '../components/test_runner/test_runner.gyp:layout_test_helper', |
| 637 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, | 638 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, |
| 638 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
| 639 '../gpu/gpu.gyp:angle_end2end_tests', | 639 '../gpu/gpu.gyp:angle_end2end_tests', |
| 640 '../gpu/gpu.gyp:angle_perftests', | 640 '../gpu/gpu.gyp:angle_perftests', |
| 641 '../net/net.gyp:net_docs', | 641 '../net/net.gyp:net_docs', |
| 642 '../ppapi/ppapi_internal.gyp:ppapi_perftests', | 642 '../ppapi/ppapi_internal.gyp:ppapi_perftests', |
| 643 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', | 643 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', |
| 644 '../remoting/remoting.gyp:remoting_breakpad_tester', | 644 '../remoting/remoting.gyp:remoting_breakpad_tester', |
| 645 '../remoting/remoting.gyp:remoting_console', | 645 '../remoting/remoting.gyp:remoting_console', |
| 646 '../remoting/remoting.gyp:remoting_desktop', | 646 '../remoting/remoting.gyp:remoting_desktop', |
| 647 '../rlz/rlz.gyp:rlz', | 647 '../rlz/rlz.gyp:rlz', |
| 648 '../tools/win/static_initializers/static_initializers.gyp:static_ini
tializers', | 648 '../tools/win/static_initializers/static_initializers.gyp:static_ini
tializers', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 673 'dependencies': [ | 673 'dependencies': [ |
| 674 # TODO(GYP): All of these targets need to be ported over. | 674 # TODO(GYP): All of these targets need to be ported over. |
| 675 '../components/components.gyp:policy_win64', | 675 '../components/components.gyp:policy_win64', |
| 676 ] | 676 ] |
| 677 }], | 677 }], |
| 678 ], | 678 ], |
| 679 }, | 679 }, |
| 680 ] | 680 ] |
| 681 } | 681 } |
| 682 | 682 |
| OLD | NEW |