| 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'browser/ui/panels/docked_panel_browsertest.cc', | 176 'browser/ui/panels/docked_panel_browsertest.cc', |
| 177 'browser/ui/panels/panel_browsertest.cc', | 177 'browser/ui/panels/panel_browsertest.cc', |
| 178 'browser/ui/panels/panel_drag_browsertest.cc', | 178 'browser/ui/panels/panel_drag_browsertest.cc', |
| 179 'browser/ui/panels/panel_resize_browsertest.cc', | 179 'browser/ui/panels/panel_resize_browsertest.cc', |
| 180 'browser/ui/panels/stacked_panel_browsertest.cc', | 180 'browser/ui/panels/stacked_panel_browsertest.cc', |
| 181 'browser/ui/views/panels/panel_view_browsertest.cc', | 181 'browser/ui/views/panels/panel_view_browsertest.cc', |
| 182 ], | 182 ], |
| 183 }], | 183 }], |
| 184 ['OS=="linux" and use_aura==1 and chromeos==0', { | 184 ['OS=="linux" and use_aura==1 and chromeos==0', { |
| 185 'sources!': [ | 185 'sources!': [ |
| 186 # TODO(port): These tests fail because they don't have a Screen, | |
| 187 # but expect one. | |
| 188 # TODO(port): I have no idea about the crashes in here; there's | |
| 189 # nothing obviously wrong. It doesn't run on gtk today, either. | |
| 190 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | |
| 191 # TODO(port): Everything here times out. Attempts have been made to | 186 # TODO(port): Everything here times out. Attempts have been made to |
| 192 # fix the individual failures, but each time I disable a test from | 187 # fix the individual failures, but each time I disable a test from |
| 193 # these suites, it seems like one or another starts timing out too. | 188 # these suites, it seems like one or another starts timing out too. |
| 194 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 189 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
| 195 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 190 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
| 196 'browser/ui/views/keyboard_access_browsertest.cc', | 191 'browser/ui/views/keyboard_access_browsertest.cc', |
| 197 ], | 192 ], |
| 198 }], | 193 }], |
| 199 ['use_ash==1', { | 194 ['use_ash==1', { |
| 200 'sources': [ | 195 'sources': [ |
| (...skipping 2713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2914 ['enable_webrtc==1', { | 2909 ['enable_webrtc==1', { |
| 2915 'dependencies': [ | 2910 'dependencies': [ |
| 2916 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2911 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2917 ] | 2912 ] |
| 2918 }], | 2913 }], |
| 2919 ], | 2914 ], |
| 2920 }] | 2915 }] |
| 2921 }], | 2916 }], |
| 2922 ], # 'conditions' | 2917 ], # 'conditions' |
| 2923 } | 2918 } |
| OLD | NEW |