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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 ], | 152 ], |
153 }], | 153 }], |
154 ['remoting==1 and chromeos==0 and use_x11==1', { | 154 ['remoting==1 and chromeos==0 and use_x11==1', { |
155 'dependencies': [ | 155 'dependencies': [ |
156 '../remoting/remoting.gyp:remoting_me2me_host', | 156 '../remoting/remoting.gyp:remoting_me2me_host', |
157 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', | 157 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', |
158 ], | 158 ], |
159 }], | 159 }], |
160 ['toolkit_views==1', { | 160 ['toolkit_views==1', { |
161 'dependencies': [ | 161 'dependencies': [ |
| 162 '../ui/views/views.gyp:views_unittests', |
| 163 ], |
| 164 }], |
| 165 ['toolkit_views==1 and enable_app_list==1', { |
| 166 'dependencies': [ |
162 '../ui/app_list/app_list.gyp:app_list_demo', | 167 '../ui/app_list/app_list.gyp:app_list_demo', |
163 '../ui/views/views.gyp:views_unittests', | |
164 ], | 168 ], |
165 }], | 169 }], |
166 ['use_ash==1', { | 170 ['use_ash==1', { |
167 'dependencies': [ | 171 'dependencies': [ |
168 '../ash/ash.gyp:ash_shell_with_content', | 172 '../ash/ash.gyp:ash_shell_with_content', |
169 '../ash/ash.gyp:ash_unittests', | 173 '../ash/ash.gyp:ash_unittests', |
170 ], | 174 ], |
171 }], | 175 }], |
172 ['use_ash==1 or chromeos== 1', { | 176 ['use_ash==1 or chromeos== 1', { |
173 'dependencies': [ | 177 'dependencies': [ |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev', | 360 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev', |
357 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', | 361 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', |
358 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', | 362 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', |
359 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 363 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
360 '../ppapi/ppapi_internal.gyp:ppapi_perftests', | 364 '../ppapi/ppapi_internal.gyp:ppapi_perftests', |
361 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 365 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
362 '../sync/sync.gyp:run_sync_testserver', | 366 '../sync/sync.gyp:run_sync_testserver', |
363 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 367 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
364 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 368 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
365 '../tools/imagediff/image_diff.gyp:image_diff', | 369 '../tools/imagediff/image_diff.gyp:image_diff', |
| 370 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 371 ], |
| 372 }], |
| 373 ['enable_app_list==1', { |
| 374 'dependencies': [ |
366 '../ui/app_list/app_list.gyp:app_list_unittests', | 375 '../ui/app_list/app_list.gyp:app_list_unittests', |
367 '../ui/compositor/compositor.gyp:compositor_unittests', | |
368 ], | 376 ], |
369 }], | 377 }], |
370 ['OS!="android" and chromecast==0', { | 378 ['OS!="android" and chromecast==0', { |
371 'dependencies': [ | 379 'dependencies': [ |
372 '../chrome/chrome.gyp:browser_tests', | 380 '../chrome/chrome.gyp:browser_tests', |
373 '../chrome/chrome.gyp:chrome', | 381 '../chrome/chrome.gyp:chrome', |
374 '../chrome/chrome.gyp:interactive_ui_tests', | 382 '../chrome/chrome.gyp:interactive_ui_tests', |
375 '../chrome/chrome.gyp:performance_browser_tests', | 383 '../chrome/chrome.gyp:performance_browser_tests', |
376 '../chrome/chrome.gyp:sync_integration_tests', | 384 '../chrome/chrome.gyp:sync_integration_tests', |
377 '../chrome/chrome.gyp:sync_performance_tests', | 385 '../chrome/chrome.gyp:sync_performance_tests', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 '../sql/sql.gyp:sql_unittests_run', | 606 '../sql/sql.gyp:sql_unittests_run', |
599 '../sync/sync.gyp:sync_unit_tests_run', | 607 '../sync/sync.gyp:sync_unit_tests_run', |
600 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', | 608 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_run', |
601 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', | 609 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_run', |
602 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', | 610 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru
n', |
603 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', | 611 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', |
604 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', | 612 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests_run', |
605 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', | 613 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', |
606 '../tools/gn/gn.gyp:gn_unittests_run', | 614 '../tools/gn/gn.gyp:gn_unittests_run', |
607 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', | 615 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', |
608 '../ui/app_list/app_list.gyp:app_list_unittests_run', | |
609 '../ui/compositor/compositor.gyp:compositor_unittests_run', | 616 '../ui/compositor/compositor.gyp:compositor_unittests_run', |
610 '../ui/display/display.gyp:display_unittests_run', | 617 '../ui/display/display.gyp:display_unittests_run', |
611 '../ui/events/events_unittests.gyp:events_unittests_run', | 618 '../ui/events/events_unittests.gyp:events_unittests_run', |
612 '../ui/gfx/gfx_tests.gyp:gfx_unittests_run', | 619 '../ui/gfx/gfx_tests.gyp:gfx_unittests_run', |
613 '../ui/message_center/message_center.gyp:message_center_unittests_ru
n', | 620 '../ui/message_center/message_center.gyp:message_center_unittests_ru
n', |
614 '../url/url.gyp:url_unittests_run', | 621 '../url/url.gyp:url_unittests_run', |
615 ], | 622 ], |
616 'conditions': [ | 623 'conditions': [ |
617 ['OS=="linux"', { | 624 ['OS=="linux"', { |
618 'dependencies': [ | 625 'dependencies': [ |
(...skipping 30 matching lines...) Expand all Loading... |
649 '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run', | 656 '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run', |
650 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run', | 657 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run', |
651 '../services/shell/shell.gyp:mojo_shell_unittests_run', | 658 '../services/shell/shell.gyp:mojo_shell_unittests_run', |
652 ], | 659 ], |
653 }], | 660 }], |
654 ['use_ash==1', { | 661 ['use_ash==1', { |
655 'dependencies': [ | 662 'dependencies': [ |
656 '../ash/ash.gyp:ash_unittests_run', | 663 '../ash/ash.gyp:ash_unittests_run', |
657 ], | 664 ], |
658 }], | 665 }], |
| 666 ['enable_app_list==1', { |
| 667 'dependencies': [ |
| 668 '../ui/app_list/app_list.gyp:app_list_unittests_run', |
| 669 ], |
| 670 }], |
| 671 ['enable_app_list==1 and use_aura==1', { |
| 672 'dependencies': [ |
| 673 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen
ter_unittests_run', |
| 674 ], |
| 675 }], |
659 ['use_aura==1', { | 676 ['use_aura==1', { |
660 'dependencies': [ | 677 'dependencies': [ |
661 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen
ter_unittests_run', | |
662 '../ui/aura/aura.gyp:aura_unittests_run', | 678 '../ui/aura/aura.gyp:aura_unittests_run', |
663 '../ui/wm/wm.gyp:wm_unittests_run', | 679 '../ui/wm/wm.gyp:wm_unittests_run', |
664 ], | 680 ], |
665 }], | 681 }], |
666 ['enable_webrtc==1 or OS!="android"', { | 682 ['enable_webrtc==1 or OS!="android"', { |
667 'dependencies': [ | 683 'dependencies': [ |
668 '../jingle/jingle.gyp:jingle_unittests_run', | 684 '../jingle/jingle.gyp:jingle_unittests_run', |
669 ], | 685 ], |
670 }], | 686 }], |
671 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 687 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 }], | 790 }], |
775 ['OS=="android" and target_arch != "x64"', { | 791 ['OS=="android" and target_arch != "x64"', { |
776 'dependencies': [ | 792 'dependencies': [ |
777 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 793 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
778 ], | 794 ], |
779 }], | 795 }], |
780 ], | 796 ], |
781 }, | 797 }, |
782 ] | 798 ] |
783 } | 799 } |
OLD | NEW |