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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1035763003: Revert of Test Accelerators In Interactive UI Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « ash/accelerators/accelerator_interactive_uitest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', 1070 'browser/chromeos/login/screenshot_testing/screenshot_tester.h',
1071 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', 1071 'browser/chromeos/login/screenshot_testing/screenshot_tester.h',
1072 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc', 1072 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc',
1073 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h', 1073 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h',
1074 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', 1074 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc',
1075 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', 1075 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc',
1076 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', 1076 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h',
1077 'test/data/chromeos/service_login.html', 1077 'test/data/chromeos/service_login.html',
1078 ], 1078 ],
1079 'chrome_interactive_ui_test_ash_sources': [ 1079 'chrome_interactive_ui_test_ash_sources': [
1080 '../ash/accelerators/accelerator_interactive_uitest.cc',
1081 '../ash/drag_drop/drag_drop_interactive_uitest.cc', 1080 '../ash/drag_drop/drag_drop_interactive_uitest.cc',
1082 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', 1081 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc',
1083 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', 1082 'browser/ui/window_sizer/window_sizer_ash_uitest.cc',
1084 ], 1083 ],
1085 'chrome_interactive_ui_test_non_desktop_linux_sources': [ 1084 'chrome_interactive_ui_test_non_desktop_linux_sources': [
1086 # TODO(port): Everything here times out. Attempts have been made to fix 1085 # TODO(port): Everything here times out. Attempts have been made to fix
1087 # the individual failures, but each time I disable a test from these 1086 # the individual failures, but each time I disable a test from these
1088 # suites, it seems like one or another starts timing out too. 1087 # suites, it seems like one or another starts timing out too.
1089 'browser/extensions/api/tabs/tabs_interactive_test.cc', 1088 'browser/extensions/api/tabs/tabs_interactive_test.cc',
1090 ], 1089 ],
(...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 ['enable_webrtc==1', { 3174 ['enable_webrtc==1', {
3176 'dependencies': [ 3175 'dependencies': [
3177 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3176 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3178 ] 3177 ]
3179 }], 3178 }],
3180 ], 3179 ],
3181 }] 3180 }]
3182 }], 3181 }],
3183 ], # 'conditions' 3182 ], # 'conditions'
3184 } 3183 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_interactive_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698