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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'browser/ui/panels/stacked_panel_browsertest.cc', | 287 'browser/ui/panels/stacked_panel_browsertest.cc', |
288 'browser/ui/views/panels/panel_view_browsertest.cc', | 288 'browser/ui/views/panels/panel_view_browsertest.cc', |
289 ], | 289 ], |
290 }], | 290 }], |
291 ['OS=="linux" and use_aura==1 and chromeos==0', { | 291 ['OS=="linux" and use_aura==1 and chromeos==0', { |
292 'sources!': [ | 292 'sources!': [ |
293 # TODO(port): These tests fail because they don't have a Screen, | 293 # TODO(port): These tests fail because they don't have a Screen, |
294 # but expect one. | 294 # but expect one. |
295 'browser/notifications/desktop_notifications_unittest.cc', | 295 'browser/notifications/desktop_notifications_unittest.cc', |
296 'browser/notifications/desktop_notifications_unittest.h', | 296 'browser/notifications/desktop_notifications_unittest.h', |
297 'browser/notifications/notification_browsertest.cc', | |
298 # TODO(port): I have no idea about the crashes in here; there's | 297 # TODO(port): I have no idea about the crashes in here; there's |
299 # nothing obviously wrong. It doesn't run on gtk today, either. | 298 # nothing obviously wrong. It doesn't run on gtk today, either. |
300 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 299 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
301 # TODO(port): Everything here times out. Attempts have been made to | 300 # TODO(port): Everything here times out. Attempts have been made to |
302 # fix the individual failures, but each time I disable a test from | 301 # fix the individual failures, but each time I disable a test from |
303 # these suites, it seems like one or another starts timing out too. | 302 # these suites, it seems like one or another starts timing out too. |
304 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 303 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
305 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 304 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
306 'browser/ui/views/keyboard_access_browsertest.cc', | 305 'browser/ui/views/keyboard_access_browsertest.cc', |
307 ], | 306 ], |
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3213 'utility', | 3212 'utility', |
3214 ], | 3213 ], |
3215 'sources': [ | 3214 'sources': [ |
3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3215 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3216 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3218 ], | 3217 ], |
3219 }] | 3218 }] |
3220 }], | 3219 }], |
3221 ], # 'conditions' | 3220 ], # 'conditions' |
3222 } | 3221 } |
OLD | NEW |