Chromium Code Reviews| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 876 'browser/chromeos/system/tray_accessibility_browsertest.cc', | 876 'browser/chromeos/system/tray_accessibility_browsertest.cc', |
| 877 'browser/download/notification/download_notification_browsertest.cc', | 877 'browser/download/notification/download_notification_browsertest.cc', |
| 878 'browser/drive/drive_notification_manager_factory_browsertest.cc', | 878 'browser/drive/drive_notification_manager_factory_browsertest.cc', |
| 879 'browser/extensions/api/certificate_provider/certificate_provider_apitest. cc', | 879 'browser/extensions/api/certificate_provider/certificate_provider_apitest. cc', |
| 880 'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc', | 880 'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc', |
| 881 'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc', | 881 'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc', |
| 882 'browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc', | 882 'browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc', |
| 883 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc', | 883 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc', |
| 884 'browser/ui/webui/options/chromeos/shared_options_browsertest.cc', | 884 'browser/ui/webui/options/chromeos/shared_options_browsertest.cc', |
| 885 ], | 885 ], |
| 886 'chrome_browser_tests_views_non_cros_or_mac_sources': [ | 886 'chrome_browser_tests_views_non_cros_or_mac_sources': [ |
|
msw
2016/07/19 18:51:04
Shouldn't this just be called chrome_browser_tests
Jane
2016/07/19 21:29:57
Done.
| |
| 887 # This should be brought up on OSX Views but not CrOS. | 887 # This should be brought up on OSX Views but not CrOS. |
| 888 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', | 888 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', |
| 889 ], | 889 ], |
| 890 'chrome_browser_tests_speech_sources': [ | 890 'chrome_browser_tests_speech_sources': [ |
| 891 'browser/speech/extension_api/tts_extension_apitest.cc', | 891 'browser/speech/extension_api/tts_extension_apitest.cc', |
| 892 'browser/speech/speech_recognition_browsertest.cc', | 892 'browser/speech/speech_recognition_browsertest.cc', |
| 893 ], | 893 ], |
| 894 'chrome_browser_tests_full_safe_browsing_sources': [ | 894 'chrome_browser_tests_full_safe_browsing_sources': [ |
| 895 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', | 895 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', |
| 896 'browser/safe_browsing/safe_browsing_service_browsertest.cc', | 896 'browser/safe_browsing/safe_browsing_service_browsertest.cc', |
| (...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2641 }], | 2641 }], |
| 2642 ['toolkit_views==1', { | 2642 ['toolkit_views==1', { |
| 2643 'sources': [ '<@(chrome_browser_tests_views_sources)' ], | 2643 'sources': [ '<@(chrome_browser_tests_views_sources)' ], |
| 2644 'dependencies': [ | 2644 'dependencies': [ |
| 2645 '../ui/views/views.gyp:views', | 2645 '../ui/views/views.gyp:views', |
| 2646 ], | 2646 ], |
| 2647 }], | 2647 }], |
| 2648 ['toolkit_views==1 and OS!="mac"', { | 2648 ['toolkit_views==1 and OS!="mac"', { |
| 2649 'sources': [ '<@(chrome_browser_tests_views_non_mac_sources)' ], | 2649 'sources': [ '<@(chrome_browser_tests_views_non_mac_sources)' ], |
| 2650 }], | 2650 }], |
| 2651 ['toolkit_views==1 and OS!="mac" and chromeos == 0', { | 2651 ['toolkit_views==1 and (OS!="mac" or mac_views_browser==1) and chromeos == 0', { |
| 2652 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ], | 2652 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ], |
| 2653 }], | 2653 }], |
| 2654 ['OS=="linux" or OS=="win"', { | 2654 ['OS=="linux" or OS=="win"', { |
| 2655 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], | 2655 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], |
| 2656 }], | 2656 }], |
| 2657 ['OS=="ios"', { | 2657 ['OS=="ios"', { |
| 2658 'sources!': [ | 2658 'sources!': [ |
| 2659 # TODO(dbeam): log webui URLs on iOS and test them. | 2659 # TODO(dbeam): log webui URLs on iOS and test them. |
| 2660 'browser/ui/webui/log_web_ui_url_browsertest.cc', | 2660 'browser/ui/webui/log_web_ui_url_browsertest.cc', |
| 2661 ], | 2661 ], |
| (...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3587 'browser', | 3587 'browser', |
| 3588 ], | 3588 ], |
| 3589 'sources': [ | 3589 'sources': [ |
| 3590 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3590 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3591 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3591 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3592 ], | 3592 ], |
| 3593 }] | 3593 }] |
| 3594 }], | 3594 }], |
| 3595 ], # 'conditions' | 3595 ], # 'conditions' |
| 3596 } | 3596 } |
| OLD | NEW |