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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |