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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1582513003: Add a testing restriction for whether Google Play Services is up-to-date. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'test/data/webui/net_internals/waterfall_view.js', 986 'test/data/webui/net_internals/waterfall_view.js',
987 'test/data/webui/net_internals/sdch_view.js', 987 'test/data/webui/net_internals/sdch_view.js',
988 'test/data/webui/ntp4.js', 988 'test/data/webui/ntp4.js',
989 'test/data/webui/polymer_browser_test_base.js', 989 'test/data/webui/polymer_browser_test_base.js',
990 'test/data/webui/print_preview.js', 990 'test/data/webui/print_preview.js',
991 'test/data/webui/sandboxstatus_browsertest.js', 991 'test/data/webui/sandboxstatus_browsertest.js',
992 'test/data/webui/settings/advanced_page_browsertest.js', 992 'test/data/webui/settings/advanced_page_browsertest.js',
993 'test/data/webui/settings/appearance_browsertest.js', 993 'test/data/webui/settings/appearance_browsertest.js',
994 'test/data/webui/settings/basic_page_browsertest.js', 994 'test/data/webui/settings/basic_page_browsertest.js',
995 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', 995 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js',
996 'test/data/webui/settings/change_picture_browsertest_chromeos.js',
997 'test/data/webui/settings/cr_settings_browsertest.js', 996 'test/data/webui/settings/cr_settings_browsertest.js',
998 'test/data/webui/settings/on_startup_browsertest.js', 997 'test/data/webui/settings/on_startup_browsertest.js',
999 'test/data/webui/settings/settings_page_browsertest.js', 998 'test/data/webui/settings/settings_page_browsertest.js',
1000 'test/data/webui/settings/settings_passwords_section_browsertest.js', 999 'test/data/webui/settings/settings_passwords_section_browsertest.js',
1001 'test/data/webui/settings/settings_subpage_browsertest.js', 1000 'test/data/webui/settings/settings_subpage_browsertest.js',
1002 ], 1001 ],
1003 # TODO(rockot) bug 505926: These should be moved to a target in 1002 # TODO(rockot) bug 505926: These should be moved to a target in
1004 # //extensions but have old dependencies on chrome files. The chrome 1003 # //extensions but have old dependencies on chrome files. The chrome
1005 # dependencies should be removed and these moved to the 1004 # dependencies should be removed and these moved to the
1006 # extensions_browsertests target. 1005 # extensions_browsertests target.
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'test/base/interactive_test_utils.cc', 1080 'test/base/interactive_test_utils.cc',
1082 'test/base/interactive_test_utils.h', 1081 'test/base/interactive_test_utils.h',
1083 'test/base/interactive_test_utils_aura.cc', 1082 'test/base/interactive_test_utils_aura.cc',
1084 'test/base/interactive_test_utils_aura.h', 1083 'test/base/interactive_test_utils_aura.h',
1085 'test/base/interactive_test_utils_mac.mm', 1084 'test/base/interactive_test_utils_mac.mm',
1086 'test/base/interactive_test_utils_views.cc', 1085 'test/base/interactive_test_utils_views.cc',
1087 'test/base/interactive_test_utils_win.cc', 1086 'test/base/interactive_test_utils_win.cc',
1088 'test/base/interactive_ui_tests_main.cc', 1087 'test/base/interactive_ui_tests_main.cc',
1089 'test/base/view_event_test_platform_part.h', 1088 'test/base/view_event_test_platform_part.h',
1090 'test/base/view_event_test_platform_part_chromeos.cc', 1089 'test/base/view_event_test_platform_part_chromeos.cc',
1091 'test/base/view_event_test_platform_part_default.cc', 1090 'test/base/view_event_test_platform_part_mac.mm',
1092 'test/ppapi/ppapi_interactive_browsertest.cc', 1091 'test/ppapi/ppapi_interactive_browsertest.cc',
1093 ], 1092 ],
1094 # Panels sources not related to UI toolkit. ChromeOS doesn't use panels. 1093 # Panels sources not related to UI toolkit. ChromeOS doesn't use panels.
1095 'chrome_interactive_ui_test_panels_sources': [ 1094 'chrome_interactive_ui_test_panels_sources': [
1096 'browser/ui/panels/detached_panel_browsertest.cc', 1095 'browser/ui/panels/detached_panel_browsertest.cc',
1097 'browser/ui/panels/docked_panel_browsertest.cc', 1096 'browser/ui/panels/docked_panel_browsertest.cc',
1098 'browser/ui/panels/panel_browsertest.cc', 1097 'browser/ui/panels/panel_browsertest.cc',
1099 'browser/ui/panels/panel_resize_browsertest.cc', 1098 'browser/ui/panels/panel_resize_browsertest.cc',
1100 ], 1099 ],
1101 'chrome_interactive_ui_test_panels_views_sources': [ 1100 'chrome_interactive_ui_test_panels_views_sources': [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', 1205 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc',
1207 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', 1206 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc',
1208 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', 1207 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h',
1209 'test/data/chromeos/service_login.html', 1208 'test/data/chromeos/service_login.html',
1210 ], 1209 ],
1211 'chrome_interactive_ui_test_ash_sources': [ 1210 'chrome_interactive_ui_test_ash_sources': [
1212 '../ash/drag_drop/drag_drop_interactive_uitest.cc', 1211 '../ash/drag_drop/drag_drop_interactive_uitest.cc',
1213 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', 1212 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc',
1214 'browser/ui/views/ash/tab_scrubber_browsertest.cc', 1213 'browser/ui/views/ash/tab_scrubber_browsertest.cc',
1215 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', 1214 'browser/ui/window_sizer/window_sizer_ash_uitest.cc',
1215 'test/base/view_event_test_platform_part_ash.cc',
1216 ], 1216 ],
1217 'chrome_interactive_ui_test_non_desktop_linux_sources': [ 1217 'chrome_interactive_ui_test_non_desktop_linux_sources': [
1218 # TODO(port): Everything here times out. Attempts have been made to fix 1218 # TODO(port): Everything here times out. Attempts have been made to fix
1219 # the individual failures, but each time I disable a test from these 1219 # the individual failures, but each time I disable a test from these
1220 # suites, it seems like one or another starts timing out too. 1220 # suites, it seems like one or another starts timing out too.
1221 'browser/extensions/api/tabs/tabs_interactive_test.cc', 1221 'browser/extensions/api/tabs/tabs_interactive_test.cc',
1222 ], 1222 ],
1223 'chrome_interactive_ui_test_non_linux_and_chromeos_sources': [ 1223 'chrome_interactive_ui_test_non_linux_and_chromeos_sources': [
1224 # TODO(port): Disable all the interactive panel tests on all linux 1224 # TODO(port): Disable all the interactive panel tests on all linux
1225 # platforms. These are badly busted on linux_aura, also time out 1225 # platforms. These are badly busted on linux_aura, also time out
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 '../components/components.gyp:password_manager_core_browser_test_support ', 1584 '../components/components.gyp:password_manager_core_browser_test_support ',
1585 '../skia/skia.gyp:skia', 1585 '../skia/skia.gyp:skia',
1586 '../testing/gtest.gyp:gtest', 1586 '../testing/gtest.gyp:gtest',
1587 ], 1587 ],
1588 'include_dirs': [ 1588 'include_dirs': [
1589 '..', 1589 '..',
1590 ], 1590 ],
1591 'sources': [ 1591 'sources': [
1592 'browser/password_manager/password_manager_test_base.cc', 1592 'browser/password_manager/password_manager_test_base.cc',
1593 'browser/password_manager/password_manager_test_base.h', 1593 'browser/password_manager/password_manager_test_base.h',
1594 'browser/signin/token_revoker_test_utils.cc',
1595 'browser/signin/token_revoker_test_utils.h',
1596 'browser/ui/webui/signin/login_ui_test_utils.cc', 1594 'browser/ui/webui/signin/login_ui_test_utils.cc',
1597 'browser/ui/webui/signin/login_ui_test_utils.h', 1595 'browser/ui/webui/signin/login_ui_test_utils.h',
1598 'test/base/in_process_browser_test.cc', 1596 'test/base/in_process_browser_test.cc',
1599 'test/base/in_process_browser_test.h', 1597 'test/base/in_process_browser_test.h',
1600 'test/base/in_process_browser_test_mac.cc', 1598 'test/base/in_process_browser_test_mac.cc',
1601 'test/base/ui_test_utils.cc', 1599 'test/base/ui_test_utils.cc',
1602 'test/base/ui_test_utils.h', 1600 'test/base/ui_test_utils.h',
1603 ], 1601 ],
1604 'conditions': [ 1602 'conditions': [
1605 ['enable_plugins==1', { 1603 ['enable_plugins==1', {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1781 ], 1779 ],
1782 'sources': [ 1780 'sources': [
1783 '<@(chrome_interactive_ui_test_chromeos_sources)', 1781 '<@(chrome_interactive_ui_test_chromeos_sources)',
1784 ], 1782 ],
1785 'sources!': [ 1783 'sources!': [
1786 # Note: List duplicated in GN build. 1784 # Note: List duplicated in GN build.
1787 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_intera ctive_uitest.cc', 1785 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_intera ctive_uitest.cc',
1788 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interacti ve_uitest.cc', 1786 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interacti ve_uitest.cc',
1789 1787
1790 # Use only the _chromeos version on ChromeOS. 1788 # Use only the _chromeos version on ChromeOS.
1791 'test/base/view_event_test_platform_part_default.cc', 1789 'test/base/view_event_test_platform_part_ash.cc',
1792 ], 1790 ],
1793 }, { # Non-ChromeOS. 1791 }, { # Non-ChromeOS.
1794 # ChromeOS doesn't use panels, everybody else does. 1792 # ChromeOS doesn't use panels, everybody else does.
1795 'sources': [ '<@(chrome_interactive_ui_test_panels_sources)' ], 1793 'sources': [ '<@(chrome_interactive_ui_test_panels_sources)' ],
1796 'conditions': [ 1794 'conditions': [
1797 # TODO(tapted): Include on mac when views panels are ported. 1795 # TODO(tapted): Include on mac when views panels are ported.
1798 [ 'toolkit_views==1 and OS != "mac"', { 1796 [ 'toolkit_views==1 and OS != "mac"', {
1799 'sources': [ 1797 'sources': [
1800 '<@(chrome_interactive_ui_test_panels_views_sources)', 1798 '<@(chrome_interactive_ui_test_panels_views_sources)',
1801 ], 1799 ],
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2375 'browser/extensions/api/enterprise_platform_keys/enterprise_platform _keys_apitest_nss.cc', 2373 'browser/extensions/api/enterprise_platform_keys/enterprise_platform _keys_apitest_nss.cc',
2376 'browser/extensions/api/platform_keys/platform_keys_apitest_nss.cc', 2374 'browser/extensions/api/platform_keys/platform_keys_apitest_nss.cc',
2377 'browser/extensions/api/terminal/terminal_private_apitest.cc', 2375 'browser/extensions/api/terminal/terminal_private_apitest.cc',
2378 'browser/invalidation/profile_invalidation_provider_factory_browsert est.cc', 2376 'browser/invalidation/profile_invalidation_provider_factory_browsert est.cc',
2379 'browser/net/nss_context_chromeos_browsertest.cc', 2377 'browser/net/nss_context_chromeos_browsertest.cc',
2380 'browser/ui/ash/keyboard_controller_browsertest.cc', 2378 'browser/ui/ash/keyboard_controller_browsertest.cc',
2381 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 2379 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
2382 'test/data/webui/certificate_viewer_dialog_test.js', 2380 'test/data/webui/certificate_viewer_dialog_test.js',
2383 'test/data/webui/certificate_viewer_ui_test-inl.h', 2381 'test/data/webui/certificate_viewer_ui_test-inl.h',
2384 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', 2382 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js',
2385 'test/data/webui/settings/change_picture_browsertest_chromeos.js',
2386 ], 2383 ],
2387 }], 2384 }],
2388 ['configuration_policy==1', { 2385 ['configuration_policy==1', {
2389 'sources': [ '<@(chrome_browser_tests_policy_sources)' ], 2386 'sources': [ '<@(chrome_browser_tests_policy_sources)' ],
2390 }], 2387 }],
2391 ['enable_web_speech==1', { 2388 ['enable_web_speech==1', {
2392 'sources': [ '<@(chrome_browser_tests_speech_sources)' ], 2389 'sources': [ '<@(chrome_browser_tests_speech_sources)' ],
2393 }], 2390 }],
2394 # TODO(nparker) enable tests for safe_browsing==2. 2391 # TODO(nparker) enable tests for safe_browsing==2.
2395 ['safe_browsing==1', { 2392 ['safe_browsing==1', {
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 'dependencies': [ 3172 'dependencies': [
3176 'chrome_java', 3173 'chrome_java',
3177 '../base/base.gyp:base_java', 3174 '../base/base.gyp:base_java',
3178 '../base/base.gyp:base_java_test_support', 3175 '../base/base.gyp:base_java_test_support',
3179 '../components/components.gyp:policy_java_test_support', 3176 '../components/components.gyp:policy_java_test_support',
3180 '../content/content_shell_and_tests.gyp:content_java_test_support', 3177 '../content/content_shell_and_tests.gyp:content_java_test_support',
3181 '../net/net.gyp:net_java', 3178 '../net/net.gyp:net_java',
3182 '../net/net.gyp:net_java_test_support', 3179 '../net/net.gyp:net_java_test_support',
3183 '../sync/sync.gyp:sync_java', 3180 '../sync/sync.gyp:sync_java',
3184 '../sync/sync.gyp:sync_java_test_support', 3181 '../sync/sync.gyp:sync_java_test_support',
3182 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib'
jbudorick 2016/01/25 21:57:49 What's up with the changes in this file other than
Yaron 2016/01/25 22:04:02 bad switch b/w branches on my part. Perhaps this i
3185 ], 3183 ],
3186 'includes': [ '../build/java.gypi' ], 3184 'includes': [ '../build/java.gypi' ],
3187 }, 3185 },
3188 { 3186 {
3189 # GN: //chrome/test/android/cast_emulator:cast_emulator 3187 # GN: //chrome/test/android/cast_emulator:cast_emulator
3190 'target_name': 'cast_emulator', 3188 'target_name': 'cast_emulator',
3191 'type': 'none', 3189 'type': 'none',
3192 'dependencies': [ 3190 'dependencies': [
3193 '../base/base.gyp:base_java', 3191 '../base/base.gyp:base_java',
3194 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 3192 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3542 'browser', 3540 'browser',
3543 ], 3541 ],
3544 'sources': [ 3542 'sources': [
3545 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3543 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3546 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3544 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3547 ], 3545 ],
3548 }] 3546 }]
3549 }], 3547 }],
3550 ], # 'conditions' 3548 ], # 'conditions'
3551 } 3549 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698