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 '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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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_tester.h', | 1072 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', |
1073 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc', | 1073 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc', |
1074 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h', | 1074 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h', |
1075 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', | 1075 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', |
1076 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', | 1076 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', |
1077 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', | 1077 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', |
1078 'test/data/chromeos/service_login.html', | 1078 'test/data/chromeos/service_login.html', |
1079 ], | 1079 ], |
1080 'chrome_interactive_ui_test_ash_sources': [ | 1080 'chrome_interactive_ui_test_ash_sources': [ |
1081 '../ash/accelerators/accelerator_interactive_uitest.cc', | |
James Cook
2015/03/25 20:14:54
I would rename this accelerator_interactive_uitest
afakhry
2015/03/25 20:46:52
Done.
| |
1081 '../ash/drag_drop/drag_drop_interactive_uitest.cc', | 1082 '../ash/drag_drop/drag_drop_interactive_uitest.cc', |
1082 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', | 1083 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', |
1083 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', | 1084 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', |
1084 ], | 1085 ], |
1085 'chrome_interactive_ui_test_non_desktop_linux_sources': [ | 1086 'chrome_interactive_ui_test_non_desktop_linux_sources': [ |
1086 # TODO(port): Everything here times out. Attempts have been made to fix | 1087 # 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 | 1088 # the individual failures, but each time I disable a test from these |
1088 # suites, it seems like one or another starts timing out too. | 1089 # suites, it seems like one or another starts timing out too. |
1089 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 1090 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
1090 ], | 1091 ], |
(...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 } |
OLD | NEW |