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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 121673004: Enable AutofillInteractiveTest.* for Linux Aura. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'browser/notifications/desktop_notifications_unittest.h', 320 'browser/notifications/desktop_notifications_unittest.h',
321 'browser/notifications/notification_browsertest.cc', 321 'browser/notifications/notification_browsertest.cc',
322 # TODO(port): I have no idea about the crashes in here; there's 322 # TODO(port): I have no idea about the crashes in here; there's
323 # nothing obviously wrong. It doesn't run on gtk today, either. 323 # nothing obviously wrong. It doesn't run on gtk today, either.
324 'browser/ui/views/button_dropdown_test.cc', 324 'browser/ui/views/button_dropdown_test.cc',
325 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 325 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
326 # TODO(port): Everything here times out. Attempts have been made to 326 # TODO(port): Everything here times out. Attempts have been made to
327 # fix the individual failures, but each time I disable a test from 327 # fix the individual failures, but each time I disable a test from
328 # these suites, it seems like one or another starts timing out too. 328 # these suites, it seems like one or another starts timing out too.
329 'browser/apps/web_view_interactive_browsertest.cc', 329 'browser/apps/web_view_interactive_browsertest.cc',
330 'browser/autofill/autofill_interactive_uitest.cc',
331 'browser/extensions/api/extension_action/browser_action_interactive_ test.cc', 330 'browser/extensions/api/extension_action/browser_action_interactive_ test.cc',
332 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', 331 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc',
333 'browser/ui/omnibox/omnibox_view_browsertest.cc', 332 'browser/ui/omnibox/omnibox_view_browsertest.cc',
334 'browser/extensions/api/tabs/tabs_interactive_test.cc', 333 'browser/extensions/api/tabs/tabs_interactive_test.cc',
335 'browser/ui/search/instant_extended_interactive_uitest.cc', 334 'browser/ui/search/instant_extended_interactive_uitest.cc',
336 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', 335 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc',
337 'browser/ui/views/keyboard_access_browsertest.cc', 336 'browser/ui/views/keyboard_access_browsertest.cc',
338 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', 337 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
339 ], 338 ],
340 }], 339 }],
(...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after
3117 'utility', 3116 'utility',
3118 ], 3117 ],
3119 'sources': [ 3118 'sources': [
3120 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3119 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3121 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3120 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3122 ], 3121 ],
3123 }] 3122 }]
3124 }], 3123 }],
3125 ], # 'conditions' 3124 ], # 'conditions'
3126 } 3125 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698