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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 '../chrome/chrome.gyp:interactive_ui_tests_run', | 525 '../chrome/chrome.gyp:interactive_ui_tests_run', |
526 '../chrome/chrome.gyp:sync_integration_tests_run', | 526 '../chrome/chrome.gyp:sync_integration_tests_run', |
527 '../chrome/chrome.gyp:unit_tests_run', | 527 '../chrome/chrome.gyp:unit_tests_run', |
528 '../components/components_tests.gyp:components_browsertests_run', | 528 '../components/components_tests.gyp:components_browsertests_run', |
529 '../components/components_tests.gyp:components_unittests_run', | 529 '../components/components_tests.gyp:components_unittests_run', |
530 '../content/content_shell_and_tests.gyp:content_browsertests_run', | 530 '../content/content_shell_and_tests.gyp:content_browsertests_run', |
531 '../content/content_shell_and_tests.gyp:content_unittests_run', | 531 '../content/content_shell_and_tests.gyp:content_unittests_run', |
532 '../courgette/courgette.gyp:courgette_unittests_run', | 532 '../courgette/courgette.gyp:courgette_unittests_run', |
533 '../crypto/crypto.gyp:crypto_unittests_run', | 533 '../crypto/crypto.gyp:crypto_unittests_run', |
534 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', | 534 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', |
| 535 '../google_apis/google_apis.gyp:google_apis_unittests_run', |
535 '../gpu/gpu.gyp:gpu_unittests_run', | 536 '../gpu/gpu.gyp:gpu_unittests_run', |
536 '../ipc/ipc.gyp:ipc_tests_run', | 537 '../ipc/ipc.gyp:ipc_tests_run', |
537 '../media/cast/cast.gyp:cast_unittests_run', | 538 '../media/cast/cast.gyp:cast_unittests_run', |
538 '../media/media.gyp:media_unittests_run', | 539 '../media/media.gyp:media_unittests_run', |
539 '../media/midi/midi.gyp:midi_unittests_run', | 540 '../media/midi/midi.gyp:midi_unittests_run', |
540 '../net/net.gyp:net_unittests_run', | 541 '../net/net.gyp:net_unittests_run', |
541 '../printing/printing.gyp:printing_unittests_run', | 542 '../printing/printing.gyp:printing_unittests_run', |
542 '../remoting/remoting.gyp:remoting_unittests_run', | 543 '../remoting/remoting.gyp:remoting_unittests_run', |
543 '../skia/skia_tests.gyp:skia_unittests_run', | 544 '../skia/skia_tests.gyp:skia_unittests_run', |
544 '../sql/sql.gyp:sql_unittests_run', | 545 '../sql/sql.gyp:sql_unittests_run', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 'dependencies': [ | 719 'dependencies': [ |
719 # TODO(GYP): All of these targets need to be ported over. | 720 # TODO(GYP): All of these targets need to be ported over. |
720 '../components/components.gyp:policy_win64', | 721 '../components/components.gyp:policy_win64', |
721 ] | 722 ] |
722 }], | 723 }], |
723 ], | 724 ], |
724 }, | 725 }, |
725 ] | 726 ] |
726 } | 727 } |
727 | 728 |
OLD | NEW |