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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', | 361 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', |
362 '../skia/skia.gyp:filter_fuzz_stub', | 362 '../skia/skia.gyp:filter_fuzz_stub', |
363 '../skia/skia.gyp:image_operations_bench', | 363 '../skia/skia.gyp:image_operations_bench', |
364 '../sync/tools/sync_tools.gyp:sync_client', | 364 '../sync/tools/sync_tools.gyp:sync_client', |
365 '../sync/tools/sync_tools.gyp:sync_listen_notifications', | 365 '../sync/tools/sync_tools.gyp:sync_listen_notifications', |
366 '../third_party/codesighs/codesighs.gyp:codesighs', | 366 '../third_party/codesighs/codesighs.gyp:codesighs', |
367 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', | 367 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', |
368 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', | 368 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', |
369 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 369 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
370 '../tools/battor_agent/battor_agent.gyp:battor_agent', | 370 '../tools/battor_agent/battor_agent.gyp:battor_agent', |
| 371 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests', |
371 '../tools/gn/gn.gyp:gn', | 372 '../tools/gn/gn.gyp:gn', |
372 '../tools/gn/gn.gyp:gn_unittests', | 373 '../tools/gn/gn.gyp:gn_unittests', |
373 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste
m_cache', | 374 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste
m_cache', |
374 '../ui/message_center/message_center.gyp:message_center_unittests', | 375 '../ui/message_center/message_center.gyp:message_center_unittests', |
375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
376 ], | 377 ], |
377 }], | 378 }], |
378 ['media_use_ffmpeg==1 and OS!="android"', { | 379 ['media_use_ffmpeg==1 and OS!="android"', { |
379 'dependencies': [ | 380 'dependencies': [ |
380 '../media/media.gyp:ffmpeg_regression_tests', | 381 '../media/media.gyp:ffmpeg_regression_tests', |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 '../sync/sync.gyp:sync_unit_tests_run', | 574 '../sync/sync.gyp:sync_unit_tests_run', |
574 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', | 575 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', |
575 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', | 576 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', |
576 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', | 577 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', |
577 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', | 578 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', |
578 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', | 579 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', |
579 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts_run', | 580 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts_run', |
580 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests_run', | 581 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests_run', |
581 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
_run', | 582 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
_run', |
582 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s_run', | 583 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s_run', |
| 584 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', |
583 '../tools/gn/gn.gyp:gn_unittests_run', | 585 '../tools/gn/gn.gyp:gn_unittests_run', |
584 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', | 586 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', |
585 '../ui/app_list/app_list.gyp:app_list_unittests_run', | 587 '../ui/app_list/app_list.gyp:app_list_unittests_run', |
586 '../ui/compositor/compositor.gyp:compositor_unittests_run', | 588 '../ui/compositor/compositor.gyp:compositor_unittests_run', |
587 '../ui/events/events_unittests.gyp:events_unittests_run', | 589 '../ui/events/events_unittests.gyp:events_unittests_run', |
588 '../ui/message_center/message_center.gyp:message_center_unittests_ru
n', | 590 '../ui/message_center/message_center.gyp:message_center_unittests_ru
n', |
589 '../url/url.gyp:url_unittests_run', | 591 '../url/url.gyp:url_unittests_run', |
590 ], | 592 ], |
591 'conditions': [ | 593 'conditions': [ |
592 ['OS=="linux"', { | 594 ['OS=="linux"', { |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 }], | 778 }], |
777 ['OS=="android" and target_arch != "x64"', { | 779 ['OS=="android" and target_arch != "x64"', { |
778 'dependencies': [ | 780 'dependencies': [ |
779 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 781 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
780 ], | 782 ], |
781 }], | 783 }], |
782 ], | 784 ], |
783 }, | 785 }, |
784 ] | 786 ] |
785 } | 787 } |
OLD | NEW |