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

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: Rebase for r392580 - app_list_shower_views_unittest deleted by that rev 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
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 ], 149 ],
150 }], 150 }],
151 ['remoting==1 and chromeos==0 and use_x11==1', { 151 ['remoting==1 and chromeos==0 and use_x11==1', {
152 'dependencies': [ 152 'dependencies': [
153 '../remoting/remoting.gyp:remoting_me2me_host', 153 '../remoting/remoting.gyp:remoting_me2me_host',
154 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 154 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
155 ], 155 ],
156 }], 156 }],
157 ['toolkit_views==1', { 157 ['toolkit_views==1', {
158 'dependencies': [ 158 'dependencies': [
159 '../ui/views/views.gyp:views_unittests',
160 ],
161 }],
162 ['enable_app_list==1', {
163 'dependencies': [
159 '../ui/app_list/app_list.gyp:app_list_demo', 164 '../ui/app_list/app_list.gyp:app_list_demo',
160 '../ui/views/views.gyp:views_unittests',
161 ], 165 ],
162 }], 166 }],
163 ['use_ash==1', { 167 ['use_ash==1', {
164 'dependencies': [ 168 'dependencies': [
165 '../ash/ash.gyp:ash_shell_with_content', 169 '../ash/ash.gyp:ash_shell_with_content',
166 '../ash/ash.gyp:ash_unittests', 170 '../ash/ash.gyp:ash_unittests',
167 ], 171 ],
168 }], 172 }],
169 ['use_ash==1 or chromeos== 1', { 173 ['use_ash==1 or chromeos== 1', {
170 'dependencies': [ 174 'dependencies': [
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev', 357 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev',
354 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', 358 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects',
355 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', 359 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode',
356 '../ppapi/ppapi_internal.gyp:ppapi_tests', 360 '../ppapi/ppapi_internal.gyp:ppapi_tests',
357 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 361 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
358 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 362 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
359 '../sync/sync.gyp:run_sync_testserver', 363 '../sync/sync.gyp:run_sync_testserver',
360 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 364 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
361 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 365 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
362 '../tools/imagediff/image_diff.gyp:image_diff', 366 '../tools/imagediff/image_diff.gyp:image_diff',
367 '../ui/compositor/compositor.gyp:compositor_unittests',
368 ],
369 }],
370 ['enable_app_list==1', {
371 'dependencies': [
363 '../ui/app_list/app_list.gyp:app_list_unittests', 372 '../ui/app_list/app_list.gyp:app_list_unittests',
364 '../ui/compositor/compositor.gyp:compositor_unittests',
365 ], 373 ],
366 }], 374 }],
367 ['OS!="android" and chromecast==0', { 375 ['OS!="android" and chromecast==0', {
368 'dependencies': [ 376 'dependencies': [
369 '../chrome/chrome.gyp:browser_tests', 377 '../chrome/chrome.gyp:browser_tests',
370 '../chrome/chrome.gyp:chrome', 378 '../chrome/chrome.gyp:chrome',
371 '../chrome/chrome.gyp:interactive_ui_tests', 379 '../chrome/chrome.gyp:interactive_ui_tests',
372 '../chrome/chrome.gyp:performance_browser_tests', 380 '../chrome/chrome.gyp:performance_browser_tests',
373 '../chrome/chrome.gyp:sync_integration_tests', 381 '../chrome/chrome.gyp:sync_integration_tests',
374 '../chrome/chrome.gyp:sync_performance_tests', 382 '../chrome/chrome.gyp:sync_performance_tests',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 '../sql/sql.gyp:sql_unittests_run', 603 '../sql/sql.gyp:sql_unittests_run',
596 '../sync/sync.gyp:sync_unit_tests_run', 604 '../sync/sync.gyp:sync_unit_tests_run',
597 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run', 605 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run',
598 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run', 606 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run',
599 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n', 607 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n',
600 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', 608 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run',
601 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 609 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
602 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', 610 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run',
603 '../tools/gn/gn.gyp:gn_unittests_run', 611 '../tools/gn/gn.gyp:gn_unittests_run',
604 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', 612 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
605 '../ui/app_list/app_list.gyp:app_list_unittests_run',
606 '../ui/compositor/compositor.gyp:compositor_unittests_run', 613 '../ui/compositor/compositor.gyp:compositor_unittests_run',
607 '../ui/display/display.gyp:display_unittests_run', 614 '../ui/display/display.gyp:display_unittests_run',
608 '../ui/events/events_unittests.gyp:events_unittests_run', 615 '../ui/events/events_unittests.gyp:events_unittests_run',
609 '../ui/gfx/gfx_tests.gyp:gfx_unittests_run', 616 '../ui/gfx/gfx_tests.gyp:gfx_unittests_run',
610 '../ui/message_center/message_center.gyp:message_center_unittests_ru n', 617 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
611 '../url/url.gyp:url_unittests_run', 618 '../url/url.gyp:url_unittests_run',
612 ], 619 ],
613 'conditions': [ 620 'conditions': [
614 ['OS=="linux"', { 621 ['OS=="linux"', {
615 'dependencies': [ 622 'dependencies': [
(...skipping 30 matching lines...) Expand all
646 '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run', 653 '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run',
647 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run', 654 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run',
648 '../services/shell/shell.gyp:mojo_shell_unittests_run', 655 '../services/shell/shell.gyp:mojo_shell_unittests_run',
649 ], 656 ],
650 }], 657 }],
651 ['use_ash==1', { 658 ['use_ash==1', {
652 'dependencies': [ 659 'dependencies': [
653 '../ash/ash.gyp:ash_unittests_run', 660 '../ash/ash.gyp:ash_unittests_run',
654 ], 661 ],
655 }], 662 }],
663 ['enable_app_list==1', {
664 'dependencies': [
665 '../ui/app_list/app_list.gyp:app_list_unittests_run',
666 ],
667 }],
668 ['enable_app_list==1 and use_aura==1', {
669 'dependencies': [
670 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen ter_unittests_run',
671 ],
672 }],
656 ['use_aura==1', { 673 ['use_aura==1', {
657 'dependencies': [ 674 'dependencies': [
658 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presen ter_unittests_run',
659 '../ui/aura/aura.gyp:aura_unittests_run', 675 '../ui/aura/aura.gyp:aura_unittests_run',
660 '../ui/wm/wm.gyp:wm_unittests_run', 676 '../ui/wm/wm.gyp:wm_unittests_run',
661 ], 677 ],
662 }], 678 }],
663 ['enable_webrtc==1 or OS!="android"', { 679 ['enable_webrtc==1 or OS!="android"', {
664 'dependencies': [ 680 'dependencies': [
665 '../jingle/jingle.gyp:jingle_unittests_run', 681 '../jingle/jingle.gyp:jingle_unittests_run',
666 ], 682 ],
667 }], 683 }],
668 ['disable_nacl==0 and disable_nacl_untrusted==0', { 684 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 }], 787 }],
772 ['OS=="android" and target_arch != "x64"', { 788 ['OS=="android" and target_arch != "x64"', {
773 'dependencies': [ 789 'dependencies': [
774 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 790 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
775 ], 791 ],
776 }], 792 }],
777 ], 793 ],
778 }, 794 },
779 ] 795 ]
780 } 796 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698