| 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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 '../content/content_shell_and_tests.gyp:content_unittests_run', | 530 '../content/content_shell_and_tests.gyp:content_unittests_run', |
| 531 '../courgette/courgette.gyp:courgette_unittests_run', | 531 '../courgette/courgette.gyp:courgette_unittests_run', |
| 532 '../crypto/crypto.gyp:crypto_unittests_run', | 532 '../crypto/crypto.gyp:crypto_unittests_run', |
| 533 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', | 533 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', |
| 534 '../gpu/gpu.gyp:gpu_unittests_run', | 534 '../gpu/gpu.gyp:gpu_unittests_run', |
| 535 '../ipc/ipc.gyp:ipc_tests_run', | 535 '../ipc/ipc.gyp:ipc_tests_run', |
| 536 '../media/cast/cast.gyp:cast_unittests_run', | 536 '../media/cast/cast.gyp:cast_unittests_run', |
| 537 '../media/media.gyp:media_unittests_run', | 537 '../media/media.gyp:media_unittests_run', |
| 538 '../media/midi/midi.gyp:midi_unittests_run', | 538 '../media/midi/midi.gyp:midi_unittests_run', |
| 539 '../net/net.gyp:net_unittests_run', | 539 '../net/net.gyp:net_unittests_run', |
| 540 '../ppapi/ppapi_internal.gyp:ppapi_unittests_run', |
| 540 '../printing/printing.gyp:printing_unittests_run', | 541 '../printing/printing.gyp:printing_unittests_run', |
| 541 '../remoting/remoting.gyp:remoting_unittests_run', | 542 '../remoting/remoting.gyp:remoting_unittests_run', |
| 542 '../skia/skia_tests.gyp:skia_unittests_run', | 543 '../skia/skia_tests.gyp:skia_unittests_run', |
| 543 '../sql/sql.gyp:sql_unittests_run', | 544 '../sql/sql.gyp:sql_unittests_run', |
| 544 '../sync/sync.gyp:sync_unit_tests_run', | 545 '../sync/sync.gyp:sync_unit_tests_run', |
| 545 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', | 546 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', |
| 546 '../tools/gn/gn.gyp:gn_unittests_run', | 547 '../tools/gn/gn.gyp:gn_unittests_run', |
| 547 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', | 548 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', |
| 548 '../ui/app_list/app_list.gyp:app_list_unittests_run', | 549 '../ui/app_list/app_list.gyp:app_list_unittests_run', |
| 549 '../ui/events/events.gyp:events_unittests_run', | 550 '../ui/events/events.gyp:events_unittests_run', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 'dependencies': [ | 699 'dependencies': [ |
| 699 # TODO(GYP): All of these targets need to be ported over. | 700 # TODO(GYP): All of these targets need to be ported over. |
| 700 '../components/components.gyp:policy_win64', | 701 '../components/components.gyp:policy_win64', |
| 701 ] | 702 ] |
| 702 }], | 703 }], |
| 703 ], | 704 ], |
| 704 }, | 705 }, |
| 705 ] | 706 ] |
| 706 } | 707 } |
| 707 | 708 |
| OLD | NEW |