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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 '../courgette/courgette.gyp:courgette_fuzz', | 274 '../courgette/courgette.gyp:courgette_fuzz', |
275 '../courgette/courgette.gyp:courgette_minimal_tool', | 275 '../courgette/courgette.gyp:courgette_minimal_tool', |
276 '../courgette/courgette.gyp:courgette_unittests', | 276 '../courgette/courgette.gyp:courgette_unittests', |
277 '../gin/gin.gyp:gin_unittests', | 277 '../gin/gin.gyp:gin_unittests', |
278 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', # TODO(GYP) crbug.com/471920 | 278 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', # TODO(GYP) crbug.com/471920 |
279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
280 '../google_apis/gcm/gcm.gyp:mcs_probe', | 280 '../google_apis/gcm/gcm.gyp:mcs_probe', |
281 '../google_apis/google_apis.gyp:google_apis_unittests', | 281 '../google_apis/google_apis.gyp:google_apis_unittests', |
282 '../jingle/jingle.gyp:jingle_unittests', | 282 '../jingle/jingle.gyp:jingle_unittests', |
283 '../mojo/mojo.gyp:mojo', | 283 '../mojo/mojo.gyp:mojo', |
| 284 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests', |
| 285 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', |
| 286 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests', |
| 287 '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', |
| 288 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', |
| 289 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', |
284 '../net/net.gyp:crash_cache', | 290 '../net/net.gyp:crash_cache', |
285 '../net/net.gyp:crl_set_dump', | 291 '../net/net.gyp:crl_set_dump', |
286 '../net/net.gyp:dns_fuzz_stub', | 292 '../net/net.gyp:dns_fuzz_stub', |
287 '../net/net.gyp:gdig', | 293 '../net/net.gyp:gdig', |
288 '../net/net.gyp:get_server_time', | 294 '../net/net.gyp:get_server_time', |
289 '../net/net.gyp:hpack_example_generator', | 295 '../net/net.gyp:hpack_example_generator', |
290 '../net/net.gyp:hpack_fuzz_mutator', | 296 '../net/net.gyp:hpack_fuzz_mutator', |
291 '../net/net.gyp:hpack_fuzz_wrapper', | 297 '../net/net.gyp:hpack_fuzz_wrapper', |
292 '../net/net.gyp:net_watcher', # TODO(GYP): This should be condition
al on use_v8_in_net | 298 '../net/net.gyp:net_watcher', # TODO(GYP): This should be condition
al on use_v8_in_net |
293 '../net/net.gyp:run_testserver', | 299 '../net/net.gyp:run_testserver', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', | 331 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', |
326 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev', | 332 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev', |
327 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', | 333 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', |
328 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', | 334 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', |
329 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 335 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
330 '../ppapi/ppapi_internal.gyp:ppapi_perftests', | 336 '../ppapi/ppapi_internal.gyp:ppapi_perftests', |
331 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 337 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
332 '../sync/sync.gyp:run_sync_testserver', | 338 '../sync/sync.gyp:run_sync_testserver', |
333 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 339 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
334 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 340 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
335 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', | |
336 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts', | |
337 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests', | |
338 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests
', | |
339 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
', | |
340 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s', | |
341 '../tools/imagediff/image_diff.gyp:image_diff', | 341 '../tools/imagediff/image_diff.gyp:image_diff', |
342 '../ui/app_list/app_list.gyp:app_list_unittests', | 342 '../ui/app_list/app_list.gyp:app_list_unittests', |
343 '../ui/compositor/compositor.gyp:compositor_unittests', | 343 '../ui/compositor/compositor.gyp:compositor_unittests', |
344 ], | 344 ], |
345 }], | 345 }], |
346 ['OS!="android" and chromecast==0', { | 346 ['OS!="android" and chromecast==0', { |
347 'dependencies': [ | 347 'dependencies': [ |
348 '../chrome/chrome.gyp:browser_tests', | 348 '../chrome/chrome.gyp:browser_tests', |
349 '../chrome/chrome.gyp:chrome', | 349 '../chrome/chrome.gyp:chrome', |
350 '../chrome/chrome.gyp:interactive_ui_tests', | 350 '../chrome/chrome.gyp:interactive_ui_tests', |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 '../content/content_shell_and_tests.gyp:content_unittests_run', | 560 '../content/content_shell_and_tests.gyp:content_unittests_run', |
561 '../courgette/courgette.gyp:courgette_unittests_run', | 561 '../courgette/courgette.gyp:courgette_unittests_run', |
562 '../crypto/crypto.gyp:crypto_unittests_run', | 562 '../crypto/crypto.gyp:crypto_unittests_run', |
563 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', | 563 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', |
564 '../google_apis/google_apis.gyp:google_apis_unittests_run', | 564 '../google_apis/google_apis.gyp:google_apis_unittests_run', |
565 '../gpu/gpu.gyp:gpu_unittests_run', | 565 '../gpu/gpu.gyp:gpu_unittests_run', |
566 '../media/blink/media_blink.gyp:media_blink_unittests_run', | 566 '../media/blink/media_blink.gyp:media_blink_unittests_run', |
567 '../media/cast/cast.gyp:cast_unittests_run', | 567 '../media/cast/cast.gyp:cast_unittests_run', |
568 '../media/media.gyp:media_unittests_run', | 568 '../media/media.gyp:media_unittests_run', |
569 '../media/midi/midi.gyp:midi_unittests_run', | 569 '../media/midi/midi.gyp:midi_unittests_run', |
| 570 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run', |
| 571 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run', |
| 572 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run', |
| 573 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests_run', |
570 '../net/net.gyp:net_unittests_run', | 574 '../net/net.gyp:net_unittests_run', |
571 '../printing/printing.gyp:printing_unittests_run', | 575 '../printing/printing.gyp:printing_unittests_run', |
572 '../remoting/remoting.gyp:remoting_unittests_run', | 576 '../remoting/remoting.gyp:remoting_unittests_run', |
573 '../skia/skia_tests.gyp:skia_unittests_run', | 577 '../skia/skia_tests.gyp:skia_unittests_run', |
574 '../sql/sql.gyp:sql_unittests_run', | 578 '../sql/sql.gyp:sql_unittests_run', |
575 '../sync/sync.gyp:sync_unit_tests_run', | 579 '../sync/sync.gyp:sync_unit_tests_run', |
576 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', | 580 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', |
577 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', | 581 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', |
578 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', | 582 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', |
579 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', | 583 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', |
580 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', | 584 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', |
581 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes
ts_run', | |
582 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit
tests_run', | |
583 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests
_run', | |
584 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest
s_run', | |
585 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', | 585 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', |
586 '../tools/gn/gn.gyp:gn_unittests_run', | 586 '../tools/gn/gn.gyp:gn_unittests_run', |
587 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', | 587 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', |
588 '../ui/app_list/app_list.gyp:app_list_unittests_run', | 588 '../ui/app_list/app_list.gyp:app_list_unittests_run', |
589 '../ui/compositor/compositor.gyp:compositor_unittests_run', | 589 '../ui/compositor/compositor.gyp:compositor_unittests_run', |
590 '../ui/events/events_unittests.gyp:events_unittests_run', | 590 '../ui/events/events_unittests.gyp:events_unittests_run', |
591 '../ui/message_center/message_center.gyp:message_center_unittests_ru
n', | 591 '../ui/message_center/message_center.gyp:message_center_unittests_ru
n', |
592 '../url/url.gyp:url_unittests_run', | 592 '../url/url.gyp:url_unittests_run', |
593 ], | 593 ], |
594 'conditions': [ | 594 'conditions': [ |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 }], | 779 }], |
780 ['OS=="android" and target_arch != "x64"', { | 780 ['OS=="android" and target_arch != "x64"', { |
781 'dependencies': [ | 781 'dependencies': [ |
782 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 782 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
783 ], | 783 ], |
784 }], | 784 }], |
785 ], | 785 ], |
786 }, | 786 }, |
787 ] | 787 ] |
788 } | 788 } |
OLD | NEW |