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

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
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 # fix the individual failures, but each time I disable a test from 335 # fix the individual failures, but each time I disable a test from
336 # these suites, it seems like one or another starts timing out too. 336 # these suites, it seems like one or another starts timing out too.
337 'browser/apps/web_view_interactive_browsertest.cc', 337 'browser/apps/web_view_interactive_browsertest.cc',
338 'browser/extensions/api/extension_action/browser_action_interactive_ test.cc', 338 'browser/extensions/api/extension_action/browser_action_interactive_ test.cc',
339 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', 339 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc',
340 'browser/ui/omnibox/omnibox_view_browsertest.cc', 340 'browser/ui/omnibox/omnibox_view_browsertest.cc',
341 'browser/extensions/api/tabs/tabs_interactive_test.cc', 341 'browser/extensions/api/tabs/tabs_interactive_test.cc',
342 'browser/ui/search/instant_extended_interactive_uitest.cc', 342 'browser/ui/search/instant_extended_interactive_uitest.cc',
343 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', 343 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc',
344 'browser/ui/views/keyboard_access_browsertest.cc', 344 'browser/ui/views/keyboard_access_browsertest.cc',
345 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
346 ], 345 ],
347 }], 346 }],
348 ['use_ash==1', { 347 ['use_ash==1', {
349 'sources': [ 348 'sources': [
350 '../ash/drag_drop/drag_drop_interactive_uitest.cc', 349 '../ash/drag_drop/drag_drop_interactive_uitest.cc',
351 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', 350 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc',
352 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', 351 'browser/ui/window_sizer/window_sizer_ash_uitest.cc',
353 ], 352 ],
354 }], 353 }],
355 ['OS=="linux" and toolkit_views==1', { 354 ['OS=="linux" and toolkit_views==1', {
(...skipping 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after
3225 'utility', 3224 'utility',
3226 ], 3225 ],
3227 'sources': [ 3226 'sources': [
3228 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3227 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3229 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3228 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3230 ], 3229 ],
3231 }] 3230 }]
3232 }], 3231 }],
3233 ], # 'conditions' 3232 ], # 'conditions'
3234 } 3233 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/base/view_event_test_base.cc » ('j') | chrome/test/base/view_event_test_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698