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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', | 1073 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', |
1074 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', | 1074 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', |
1075 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc', | 1075 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc', |
1076 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h', | 1076 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h', |
1077 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', | 1077 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', |
1078 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', | 1078 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', |
1079 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', | 1079 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', |
1080 'test/data/chromeos/service_login.html', | 1080 'test/data/chromeos/service_login.html', |
1081 ], | 1081 ], |
1082 'chrome_interactive_ui_test_ash_sources': [ | 1082 'chrome_interactive_ui_test_ash_sources': [ |
| 1083 '../ash/accelerators/accelerator_interactive_uitest.cc', |
1083 '../ash/drag_drop/drag_drop_interactive_uitest.cc', | 1084 '../ash/drag_drop/drag_drop_interactive_uitest.cc', |
1084 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', | 1085 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', |
1085 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', | 1086 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', |
1086 ], | 1087 ], |
1087 'chrome_interactive_ui_test_non_desktop_linux_sources': [ | 1088 'chrome_interactive_ui_test_non_desktop_linux_sources': [ |
1088 # TODO(port): Everything here times out. Attempts have been made to fix | 1089 # TODO(port): Everything here times out. Attempts have been made to fix |
1089 # the individual failures, but each time I disable a test from these | 1090 # the individual failures, but each time I disable a test from these |
1090 # suites, it seems like one or another starts timing out too. | 1091 # suites, it seems like one or another starts timing out too. |
1091 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 1092 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
1092 ], | 1093 ], |
(...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3177 ['enable_webrtc==1', { | 3178 ['enable_webrtc==1', { |
3178 'dependencies': [ | 3179 'dependencies': [ |
3179 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3180 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3180 ] | 3181 ] |
3181 }], | 3182 }], |
3182 ], | 3183 ], |
3183 }] | 3184 }] |
3184 }], | 3185 }], |
3185 ], # 'conditions' | 3186 ], # 'conditions' |
3186 } | 3187 } |
OLD | NEW |