| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 # fix the individual failures, but each time I disable a test from | 334 # fix the individual failures, but each time I disable a test from |
| 335 # these suites, it seems like one or another starts timing out too. | 335 # these suites, it seems like one or another starts timing out too. |
| 336 'browser/apps/web_view_interactive_browsertest.cc', | 336 'browser/apps/web_view_interactive_browsertest.cc', |
| 337 'browser/extensions/api/extension_action/browser_action_interactive_
test.cc', | 337 'browser/extensions/api/extension_action/browser_action_interactive_
test.cc', |
| 338 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', | 338 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', |
| 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/search/instant_extended_interactive_uitest.cc', | 341 'browser/ui/search/instant_extended_interactive_uitest.cc', |
| 342 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', | 342 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', |
| 343 'browser/ui/views/keyboard_access_browsertest.cc', | 343 'browser/ui/views/keyboard_access_browsertest.cc', |
| 344 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', | |
| 345 ], | 344 ], |
| 346 }], | 345 }], |
| 347 ['use_ash==1', { | 346 ['use_ash==1', { |
| 348 'sources': [ | 347 'sources': [ |
| 349 '../ash/drag_drop/drag_drop_interactive_uitest.cc', | 348 '../ash/drag_drop/drag_drop_interactive_uitest.cc', |
| 350 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', | 349 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', |
| 351 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', | 350 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', |
| 352 ], | 351 ], |
| 353 }], | 352 }], |
| 354 ['OS=="linux" and toolkit_views==1', { | 353 ['OS=="linux" and toolkit_views==1', { |
| (...skipping 2859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3214 'utility', | 3213 'utility', |
| 3215 ], | 3214 ], |
| 3216 'sources': [ | 3215 'sources': [ |
| 3217 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3218 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3219 ], | 3218 ], |
| 3220 }] | 3219 }] |
| 3221 }], | 3220 }], |
| 3222 ], # 'conditions' | 3221 ], # 'conditions' |
| 3223 } | 3222 } |
| OLD | NEW |