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