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

Side by Side Diff: chrome/chrome_tests.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 ], 658 ],
659 # Cross-platform views browser tests ready for toolkit-views on Mac. 659 # Cross-platform views browser tests ready for toolkit-views on Mac.
660 'chrome_browser_tests_views_sources': [ 660 'chrome_browser_tests_views_sources': [
661 'browser/ui/global_error/global_error_service_browsertest.cc', 661 'browser/ui/global_error/global_error_service_browsertest.cc',
662 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', 662 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c',
663 'browser/ui/views/frame/browser_non_client_frame_view_browsertest_win.cc', 663 'browser/ui/views/frame/browser_non_client_frame_view_browsertest_win.cc',
664 'browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc ', 664 'browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc ',
665 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 665 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
666 ], 666 ],
667 # Cross-platform (except Mac/Cocoa) views browser tests. Excluded on Mac 667 # Cross-platform (except Mac/Cocoa) views browser tests. Excluded on Mac
668 # unless building with mac_views_browser=1. Assumes app list is enabled (as 668 # unless building with mac_views_browser=1.
669 # for chrome_browser_ui_views_non_mac_sources).
670 'chrome_browser_tests_views_non_mac_sources': [ 669 'chrome_browser_tests_views_non_mac_sources': [
671 # This assumes the AppListService is views-based.
672 'browser/ui/app_list/app_list_service_views_browsertest.cc',
673
674 # TODO(tapted): Move these to chrome_browser_tests_views_sources when the 670 # TODO(tapted): Move these to chrome_browser_tests_views_sources when the
675 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of 671 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of
676 # chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979. 672 # chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979.
677 'browser/ui/views/autofill/autofill_dialog_view_tester_views.cc', 673 'browser/ui/views/autofill/autofill_dialog_view_tester_views.cc',
678 'browser/ui/views/autofill/autofill_dialog_view_tester_views.h', 674 'browser/ui/views/autofill/autofill_dialog_view_tester_views.h',
679 'browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc', 675 'browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc',
680 'browser/ui/views/autofill/card_unmask_prompt_view_tester_views.cc', 676 'browser/ui/views/autofill/card_unmask_prompt_view_tester_views.cc',
681 'browser/ui/views/autofill/card_unmask_prompt_view_tester_views.h', 677 'browser/ui/views/autofill/card_unmask_prompt_view_tester_views.h',
682 'browser/ui/views/autofill/password_generation_popup_view_tester_views.cc' , 678 'browser/ui/views/autofill/password_generation_popup_view_tester_views.cc' ,
683 'browser/ui/views/autofill/password_generation_popup_view_tester_views.h', 679 'browser/ui/views/autofill/password_generation_popup_view_tester_views.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'chrome_browser_tests_supervised_user_sources': [ 912 'chrome_browser_tests_supervised_user_sources': [
917 'browser/supervised_user/supervised_user_browsertest.cc', 913 'browser/supervised_user/supervised_user_browsertest.cc',
918 'browser/supervised_user/supervised_user_resource_throttle_browsertest.cc' , 914 'browser/supervised_user/supervised_user_resource_throttle_browsertest.cc' ,
919 'browser/supervised_user/supervised_user_service_browsertest.cc', 915 'browser/supervised_user/supervised_user_service_browsertest.cc',
920 ], 916 ],
921 'chrome_browser_tests_app_list_sources': [ 917 'chrome_browser_tests_app_list_sources': [
922 'browser/apps/drive/drive_app_converter_browsertest.cc', 918 'browser/apps/drive/drive_app_converter_browsertest.cc',
923 'browser/apps/drive/drive_app_provider_browsertest.cc', 919 'browser/apps/drive/drive_app_provider_browsertest.cc',
924 'browser/ui/app_list/app_list_controller_browsertest.cc', 920 'browser/ui/app_list/app_list_controller_browsertest.cc',
925 'browser/ui/app_list/app_list_service_impl_browsertest.cc', 921 'browser/ui/app_list/app_list_service_impl_browsertest.cc',
922 'browser/ui/app_list/app_list_service_views_browsertest.cc',
926 'browser/ui/app_list/search/people/people_provider_browsertest.cc', 923 'browser/ui/app_list/search/people/people_provider_browsertest.cc',
927 'browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc', 924 'browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc',
928 'browser/ui/app_list/speech_recognizer_browsertest.cc', 925 'browser/ui/app_list/speech_recognizer_browsertest.cc',
929 ], 926 ],
930 'chrome_browser_tests_service_discovery_sources': [ 927 'chrome_browser_tests_service_discovery_sources': [
931 'browser/extensions/api/mdns/mdns_apitest.cc', 928 'browser/extensions/api/mdns/mdns_apitest.cc',
932 ], 929 ],
933 'chrome_browser_tests_media_router_sources': [ 930 'chrome_browser_tests_media_router_sources': [
934 'browser/ui/webui/media_router/media_router_dialog_controller_impl_browser test.cc', 931 'browser/ui/webui/media_router/media_router_dialog_controller_impl_browser test.cc',
935 'test/data/webui/media_router/media_router_elements_browsertest.js', 932 'test/data/webui/media_router/media_router_elements_browsertest.js',
(...skipping 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2644 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2641 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2645 ], 2642 ],
2646 'dependencies': [ 2643 'dependencies': [
2647 '../components/components.gyp:copresence', 2644 '../components/components.gyp:copresence',
2648 # build time dependency. 2645 # build time dependency.
2649 '../v8/src/d8.gyp:d8#host', 2646 '../v8/src/d8.gyp:d8#host',
2650 ], 2647 ],
2651 }], 2648 }],
2652 ['enable_app_list==1', { 2649 ['enable_app_list==1', {
2653 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], 2650 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
2651 'conditions': [
2652 ['OS=="mac"', {
2653 'sources!': [
2654 # This assumes the AppList is views-based.
2655 'browser/ui/app_list/app_list_service_views_browsertest.cc',
2656 ],
2657 }],
2658 ],
2654 }, { 2659 }, {
2655 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ], 2660 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ],
2656 }], 2661 }],
2657 ['enable_service_discovery==1', { 2662 ['enable_service_discovery==1', {
2658 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ], 2663 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ],
2659 }], 2664 }],
2660 ['enable_supervised_users==1', { 2665 ['enable_supervised_users==1', {
2661 'sources': [ '<@(chrome_browser_tests_supervised_user_sources)' ], 2666 'sources': [ '<@(chrome_browser_tests_supervised_user_sources)' ],
2662 }], 2667 }],
2663 ['enable_pepper_cdms==1', { 2668 ['enable_pepper_cdms==1', {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 'test_support_common', 2885 'test_support_common',
2881 '../base/base.gyp:base', 2886 '../base/base.gyp:base',
2882 '../components/components.gyp:invalidation_impl', 2887 '../components/components.gyp:invalidation_impl',
2883 '../components/components.gyp:invalidation_test_support', 2888 '../components/components.gyp:invalidation_test_support',
2884 '../content/content_shell_and_tests.gyp:content_browser_test_base', 2889 '../content/content_shell_and_tests.gyp:content_browser_test_base',
2885 '../net/net.gyp:net', 2890 '../net/net.gyp:net',
2886 '../skia/skia.gyp:skia', 2891 '../skia/skia.gyp:skia',
2887 '../sync/sync.gyp:sync', 2892 '../sync/sync.gyp:sync',
2888 '../sync/sync.gyp:test_support_sync_fake_server', 2893 '../sync/sync.gyp:test_support_sync_fake_server',
2889 '../sync/sync.gyp:test_support_sync_testserver', 2894 '../sync/sync.gyp:test_support_sync_testserver',
2890 '../ui/app_list/app_list.gyp:app_list_test_support',
2891 ], 2895 ],
2892 'include_dirs': [ 2896 'include_dirs': [
2893 '..', 2897 '..',
2894 '<(INTERMEDIATE_DIR)', 2898 '<(INTERMEDIATE_DIR)',
2895 '<(protoc_out_dir)', 2899 '<(protoc_out_dir)',
2896 ], 2900 ],
2897 'direct_dependent_settings': { 2901 'direct_dependent_settings': {
2898 'include_dirs': [ 2902 'include_dirs': [
2899 '..', 2903 '..',
2900 '<(INTERMEDIATE_DIR)', 2904 '<(INTERMEDIATE_DIR)',
(...skipping 19 matching lines...) Expand all
2920 }], 2924 }],
2921 ['chromeos==0', { 2925 ['chromeos==0', {
2922 # Note: this list is duplicated in the GN build. 2926 # Note: this list is duplicated in the GN build.
2923 'sources!': [ 2927 'sources!': [
2924 'browser/sync/test/integration/wifi_credentials_helper.cc', 2928 'browser/sync/test/integration/wifi_credentials_helper.cc',
2925 'browser/sync/test/integration/wifi_credentials_helper.h', 2929 'browser/sync/test/integration/wifi_credentials_helper.h',
2926 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc ', 2930 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc ',
2927 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h' , 2931 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h' ,
2928 ], 2932 ],
2929 }], 2933 }],
2930 ['enable_app_list==0', { 2934 ['enable_app_list==1', {
2935 'dependencies' : [
2936 '../ui/app_list/app_list.gyp:app_list_test_support',
2937 ],
2938 }, {
2931 # Note: this list is duplicated in the GN build. 2939 # Note: this list is duplicated in the GN build.
2932 'sources!': [ 2940 'sources!': [
2933 'browser/sync/test/integration/sync_app_list_helper.cc', 2941 'browser/sync/test/integration/sync_app_list_helper.cc',
2934 'browser/sync/test/integration/sync_app_list_helper.h', 2942 'browser/sync/test/integration/sync_app_list_helper.h',
2935 ], 2943 ],
2936 }], 2944 }],
2937 ] 2945 ]
2938 }, 2946 },
2939 { 2947 {
2940 # GN version: //chrome/test:sync_integration_tests 2948 # GN version: //chrome/test:sync_integration_tests
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'browser', 3600 'browser',
3593 ], 3601 ],
3594 'sources': [ 3602 'sources': [
3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3603 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3604 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3597 ], 3605 ],
3598 }] 3606 }]
3599 }], 3607 }],
3600 ], # 'conditions' 3608 ], # 'conditions'
3601 } 3609 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698