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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 782673002: MacViews: tryjobs for toolkit_views=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: With SetNativeWindowProperty Created 5 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 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 ['OS != "mac"', { 1469 ['OS != "mac"', {
1470 'sources': [ '<@(chrome_interactive_ui_test_non_mac_sources)' ], 1470 'sources': [ '<@(chrome_interactive_ui_test_non_mac_sources)' ],
1471 }], 1471 }],
1472 ['OS=="mac"', { 1472 ['OS=="mac"', {
1473 'sources!': [ 1473 'sources!': [
1474 # TODO(tapted): Enable toolkit-views tests on Mac when their 1474 # TODO(tapted): Enable toolkit-views tests on Mac when their
1475 # respective implementations are ported. 1475 # respective implementations are ported.
1476 'browser/ui/views/keyboard_access_browsertest.cc', 1476 'browser/ui/views/keyboard_access_browsertest.cc',
1477 'browser/ui/views/message_center/web_notification_tray_browsertest.c c', 1477 'browser/ui/views/message_center/web_notification_tray_browsertest.c c',
1478 'browser/ui/views/panels/panel_view_browsertest.cc', 1478 'browser/ui/views/panels/panel_view_browsertest.cc',
1479 'browser/ui/views/toolbar/toolbar_button_test.cc', 1479 ],
1480 'sources/': [
1481 [ 'exclude', '^browser/ui/views/toolbar/' ],
1480 ], 1482 ],
1481 'dependencies': [ 1483 'dependencies': [
1482 'chrome' 1484 'chrome'
1483 ], 1485 ],
1484 # See comment about the same line in chrome/chrome_tests.gypi. 1486 # See comment about the same line in chrome/chrome_tests.gypi.
1485 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 1487 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
1486 }], # OS=="mac" 1488 }], # OS=="mac"
1487 ['notifications == 1', { 1489 ['notifications == 1', {
1488 # Common notifications tests. 1490 # Common notifications tests.
1489 'sources': [ 1491 'sources': [
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 '../components/components.gyp:breakpad_stubs', 2238 '../components/components.gyp:breakpad_stubs',
2237 '../third_party/ocmock/ocmock.gyp:ocmock', 2239 '../third_party/ocmock/ocmock.gyp:ocmock',
2238 ], 2240 ],
2239 'sources': [ 2241 'sources': [
2240 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ', 2242 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ',
2241 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b rowsertest.cc', 2243 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b rowsertest.cc',
2242 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm', 2244 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm',
2243 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 2245 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
2244 ], 2246 ],
2245 'sources!': [ 2247 'sources!': [
2248 # TODO(tapted): Assumes the AppListService is views-based. Enable
2249 # with toolkit-views app launcher on Mac. http://crbug.com/365977.
2250 'browser/apps/custom_launcher_page_browsertest_views.cc',
2251 'browser/ui/app_list/app_list_service_views_browsertest.cc',
2252
2246 # TODO(groby): This test depends on hunspell and we cannot run it on 2253 # TODO(groby): This test depends on hunspell and we cannot run it on
2247 # Mac, which does not use hunspell by default. 2254 # Mac, which does not use hunspell by default.
2248 'browser/spellchecker/spellcheck_service_browsertest.cc', 2255 'browser/spellchecker/spellcheck_service_browsertest.cc',
2249 2256
2250 # TODO(tapted): Enable toolkit-views browser_tests on Mac when their 2257 # TODO(tapted): Enable toolkit-views browser_tests on Mac when their
2251 # respective implementations are linked in. http://crbug.com/404979. 2258 # respective implementations are linked in. http://crbug.com/404979.
2252 'browser/ui/views/autofill/autofill_dialog_view_tester_views.cc', 2259 'browser/ui/views/autofill/autofill_dialog_view_tester_views.cc',
2253 'browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc', 2260 'browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc',
2254 'browser/ui/views/extensions/extension_install_dialog_view_browserte st.cc', 2261 'browser/ui/views/extensions/extension_install_dialog_view_browserte st.cc',
2255 'browser/ui/views/frame/browser_view_browsertest.cc', 2262 'browser/ui/views/frame/browser_view_browsertest.cc',
2256 'browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc', 2263 'browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc',
2257 'browser/ui/views/profiles/avatar_menu_button_browsertest.cc', 2264 'browser/ui/views/profiles/avatar_menu_button_browsertest.cc',
2258 'browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc', 2265 'browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc',
2259 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', 2266 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc',
2260 'browser/ui/views/toolbar/browser_actions_container_browsertest.cc',
2261 'browser/ui/views/translate/translate_bubble_view_browsertest.cc', 2267 'browser/ui/views/translate/translate_bubble_view_browsertest.cc',
2262 2268
2263 # TODO(rouslan): This test depends on the custom dictionary UI, 2269 # TODO(rouslan): This test depends on the custom dictionary UI,
2264 # which is disabled on Mac. 2270 # which is disabled on Mac.
2265 'browser/ui/webui/options/edit_dictionary_browsertest.js', 2271 'browser/ui/webui/options/edit_dictionary_browsertest.js',
2266 # TODO(rouslan): This test depends on hunspell and we cannot run it 2272 # TODO(rouslan): This test depends on hunspell and we cannot run it
2267 # on Mac, which does use hunspell by default. 2273 # on Mac, which does use hunspell by default.
2268 'browser/ui/webui/options/language_options_dictionary_download_brows ertest.js', 2274 'browser/ui/webui/options/language_options_dictionary_download_brows ertest.js',
2269 # ProcessSingletonMac doesn't do anything. 2275 # ProcessSingletonMac doesn't do anything.
2270 'browser/process_singleton_browsertest.cc', 2276 'browser/process_singleton_browsertest.cc',
2271 # This test depends on GetCommandLineForRelaunch, which is not 2277 # This test depends on GetCommandLineForRelaunch, which is not
2272 # available on Mac. 2278 # available on Mac.
2273 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 2279 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
2274 # single-process mode hangs on Mac sometimes because of multiple UI 2280 # single-process mode hangs on Mac sometimes because of multiple UI
2275 # message loops. See 306348 2281 # message loops. See 306348
2276 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2282 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2277 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' , 2283 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' ,
2278 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c', 2284 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c',
2279 ], 2285 ],
2286 'sources/': [
2287 # TODO(tapted): Enable toolkit-views browser_tests on Mac when their
2288 # respective implementations are linked in. http://crbug.com/404979.
2289 [ 'exclude', '^browser/ui/views/toolbar/' ],
2290 ],
2280 }], # OS=="mac" 2291 }], # OS=="mac"
2281 ['OS=="mac" or OS=="win"', { 2292 ['OS=="mac" or OS=="win"', {
2282 'sources': [ 2293 'sources': [
2283 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', 2294 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ',
2284 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ', 2295 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ',
2285 ], 2296 ],
2286 }], 2297 }],
2287 ['os_posix == 0 or chromeos == 1', { 2298 ['os_posix == 0 or chromeos == 1', {
2288 'sources!': [ 2299 'sources!': [
2289 'common/time_format_browsertest.cc', 2300 'common/time_format_browsertest.cc',
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3268 ['enable_webrtc==1', { 3279 ['enable_webrtc==1', {
3269 'dependencies': [ 3280 'dependencies': [
3270 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3281 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3271 ] 3282 ]
3272 }], 3283 }],
3273 ], 3284 ],
3274 }] 3285 }]
3275 }], 3286 }],
3276 ], # 'conditions' 3287 ], # 'conditions'
3277 } 3288 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698