| 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 '../media/media.gyp:media_unittests_run', | 516 '../media/media.gyp:media_unittests_run', |
| 517 '../media/midi/midi.gyp:midi_unittests_run', | 517 '../media/midi/midi.gyp:midi_unittests_run', |
| 518 '../net/net.gyp:net_unittests_run', | 518 '../net/net.gyp:net_unittests_run', |
| 519 '../printing/printing.gyp:printing_unittests_run', | 519 '../printing/printing.gyp:printing_unittests_run', |
| 520 '../remoting/remoting.gyp:remoting_unittests_run', | 520 '../remoting/remoting.gyp:remoting_unittests_run', |
| 521 '../skia/skia_tests.gyp:skia_unittests_run', | 521 '../skia/skia_tests.gyp:skia_unittests_run', |
| 522 '../sql/sql.gyp:sql_unittests_run', | 522 '../sql/sql.gyp:sql_unittests_run', |
| 523 '../sync/sync.gyp:sync_unit_tests_run', | 523 '../sync/sync.gyp:sync_unit_tests_run', |
| 524 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', | 524 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', |
| 525 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', | 525 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', |
| 526 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', |
| 526 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', | 527 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', |
| 527 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', | 528 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', |
| 528 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts_run', | 529 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts_run', |
| 529 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests_run', | 530 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests_run', |
| 530 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
_run', | 531 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
_run', |
| 531 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s_run', | 532 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s_run', |
| 532 '../tools/gn/gn.gyp:gn_unittests_run', | 533 '../tools/gn/gn.gyp:gn_unittests_run', |
| 533 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', | 534 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', |
| 534 '../ui/app_list/app_list.gyp:app_list_unittests_run', | 535 '../ui/app_list/app_list.gyp:app_list_unittests_run', |
| 535 '../ui/compositor/compositor.gyp:compositor_unittests_run', | 536 '../ui/compositor/compositor.gyp:compositor_unittests_run', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'dependencies': [ | 702 'dependencies': [ |
| 702 # TODO(GYP): All of these targets need to be ported over. | 703 # TODO(GYP): All of these targets need to be ported over. |
| 703 '../components/components.gyp:policy_win64', | 704 '../components/components.gyp:policy_win64', |
| 704 ] | 705 ] |
| 705 }], | 706 }], |
| 706 ], | 707 ], |
| 707 }, | 708 }, |
| 708 ] | 709 ] |
| 709 } | 710 } |
| 710 | 711 |
| OLD | NEW |