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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1005093004: Test Accelerators In Interactive UI Tests in CrOs (Retry) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making it a ChromeOS-only test. 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_chromeos.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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 1034 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
1035 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', 1035 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h',
1036 'browser/ui/views/toolbar/toolbar_button_test.cc', 1036 'browser/ui/views/toolbar/toolbar_button_test.cc',
1037 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', 1037 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc',
1038 ], 1038 ],
1039 'chrome_interactive_ui_test_notifications_sources': [ 1039 'chrome_interactive_ui_test_notifications_sources': [
1040 'browser/extensions/api/notifications/notifications_apitest.cc', 1040 'browser/extensions/api/notifications/notifications_apitest.cc',
1041 'browser/notifications/message_center_notifications_browsertest.cc', 1041 'browser/notifications/message_center_notifications_browsertest.cc',
1042 ], 1042 ],
1043 'chrome_interactive_ui_test_chromeos_sources': [ 1043 'chrome_interactive_ui_test_chromeos_sources': [
1044 '../ash/accelerators/accelerator_interactive_uitest_chromeos.cc',
1044 'browser/chromeos/accessibility/magnification_controller_browsertest.cc', 1045 'browser/chromeos/accessibility/magnification_controller_browsertest.cc',
1045 'browser/chromeos/accessibility/speech_monitor.cc', 1046 'browser/chromeos/accessibility/speech_monitor.cc',
1046 'browser/chromeos/accessibility/speech_monitor.h', 1047 'browser/chromeos/accessibility/speech_monitor.h',
1047 'browser/chromeos/accessibility/spoken_feedback_browsertest.cc', 1048 'browser/chromeos/accessibility/spoken_feedback_browsertest.cc',
1048 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', 1049 'browser/chromeos/accessibility/sticky_keys_browsertest.cc',
1049 'browser/chromeos/input_method/textinput_browsertest.cc', 1050 'browser/chromeos/input_method/textinput_browsertest.cc',
1050 'browser/chromeos/input_method/textinput_surroundingtext_browsertest.cc', 1051 'browser/chromeos/input_method/textinput_surroundingtext_browsertest.cc',
1051 'browser/chromeos/input_method/textinput_test_helper.cc', 1052 'browser/chromeos/input_method/textinput_test_helper.cc',
1052 'browser/chromeos/input_method/textinput_test_helper.h', 1053 'browser/chromeos/input_method/textinput_test_helper.h',
1053 'browser/chromeos/login/eula_browsertest.cc', 1054 'browser/chromeos/login/eula_browsertest.cc',
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 ['enable_webrtc==1', { 3176 ['enable_webrtc==1', {
3176 'dependencies': [ 3177 'dependencies': [
3177 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3178 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3178 ] 3179 ]
3179 }], 3180 }],
3180 ], 3181 ],
3181 }] 3182 }]
3182 }], 3183 }],
3183 ], # 'conditions' 3184 ], # 'conditions'
3184 } 3185 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_interactive_uitest_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698