Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Side by Side Diff: build/gn_migration.gypi

Issue 1861233003: Prepare for building with enable_app_list=0 on Desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop patchset dependency, rebase to master Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ['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
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
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 21 matching lines...) Expand all
640 '../ui/base/ui_base_tests.gyp:ui_base_unittests_run', 647 '../ui/base/ui_base_tests.gyp:ui_base_unittests_run',
641 '../ui/gl/gl_tests.gyp:gl_unittests_run', 648 '../ui/gl/gl_tests.gyp:gl_unittests_run',
642 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run', 649 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run',
643 ], 650 ],
644 }], 651 }],
645 ['use_ash==1', { 652 ['use_ash==1', {
646 'dependencies': [ 653 'dependencies': [
647 '../ash/ash.gyp:ash_unittests_run', 654 '../ash/ash.gyp:ash_unittests_run',
648 ], 655 ],
649 }], 656 }],
657 ['enable_app_list==1', {
658 'dependencies': [
659 '../ui/app_list/app_list.gyp:app_list_unittests_run',
660 ],
661 }],
662 ['enable_app_list==1 and use_aura==1', {
663 'dependencies': [
664 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen ter_unittests_run',
665 ],
666 }],
650 ['use_aura==1', { 667 ['use_aura==1', {
651 'dependencies': [ 668 'dependencies': [
652 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen ter_unittests_run',
653 '../ui/aura/aura.gyp:aura_unittests_run', 669 '../ui/aura/aura.gyp:aura_unittests_run',
654 '../ui/wm/wm.gyp:wm_unittests_run', 670 '../ui/wm/wm.gyp:wm_unittests_run',
655 ], 671 ],
656 }], 672 }],
657 ['enable_webrtc==1 or OS!="android"', { 673 ['enable_webrtc==1 or OS!="android"', {
658 'dependencies': [ 674 'dependencies': [
659 '../jingle/jingle.gyp:jingle_unittests_run', 675 '../jingle/jingle.gyp:jingle_unittests_run',
660 ], 676 ],
661 }], 677 }],
662 ['disable_nacl==0 and disable_nacl_untrusted==0', { 678 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 }], 781 }],
766 ['OS=="android" and target_arch != "x64"', { 782 ['OS=="android" and target_arch != "x64"', {
767 'dependencies': [ 783 'dependencies': [
768 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 784 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
769 ], 785 ],
770 }], 786 }],
771 ], 787 ],
772 }, 788 },
773 ] 789 ]
774 } 790 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698