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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 149743006: Fix crash of OmniboxViewViewsTest.SelectAllOnClick on Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/base/view_event_test_base.cc » ('j') | 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'browser/notifications/notification_browsertest.cc', 332 'browser/notifications/notification_browsertest.cc',
333 # TODO(port): I have no idea about the crashes in here; there's 333 # TODO(port): I have no idea about the crashes in here; there's
334 # nothing obviously wrong. It doesn't run on gtk today, either. 334 # nothing obviously wrong. It doesn't run on gtk today, either.
335 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 335 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
336 # TODO(port): Everything here times out. Attempts have been made to 336 # TODO(port): Everything here times out. Attempts have been made to
337 # fix the individual failures, but each time I disable a test from 337 # fix the individual failures, but each time I disable a test from
338 # these suites, it seems like one or another starts timing out too. 338 # these suites, it seems like one or another starts timing out too.
339 'browser/ui/omnibox/omnibox_view_browsertest.cc', 339 'browser/ui/omnibox/omnibox_view_browsertest.cc',
340 'browser/extensions/api/tabs/tabs_interactive_test.cc', 340 'browser/extensions/api/tabs/tabs_interactive_test.cc',
341 'browser/ui/views/keyboard_access_browsertest.cc', 341 'browser/ui/views/keyboard_access_browsertest.cc',
342 # TODO(port): These tests crash in
343 # UIControlsDesktopX11::SendMouseEvents().
344 #'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
345 ], 342 ],
346 }], 343 }],
347 ['use_ash==1', { 344 ['use_ash==1', {
348 'sources': [ 345 'sources': [
349 '../ash/drag_drop/drag_drop_interactive_uitest.cc', 346 '../ash/drag_drop/drag_drop_interactive_uitest.cc',
350 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', 347 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc',
351 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', 348 'browser/ui/window_sizer/window_sizer_ash_uitest.cc',
352 ], 349 ],
353 }], 350 }],
354 ['OS=="linux" and toolkit_views==1', { 351 ['OS=="linux" and toolkit_views==1', {
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 'utility', 3228 'utility',
3232 ], 3229 ],
3233 'sources': [ 3230 'sources': [
3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3231 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3232 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3236 ], 3233 ],
3237 }] 3234 }]
3238 }], 3235 }],
3239 ], # 'conditions' 3236 ], # 'conditions'
3240 } 3237 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698