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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1409 '../ash/drag_drop/drag_drop_interactive_uitest.cc', | 1409 '../ash/drag_drop/drag_drop_interactive_uitest.cc', |
1410 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', | 1410 '../ash/wm/ash_native_cursor_manager_interactive_uitest.cc', |
1411 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', | 1411 'browser/ui/window_sizer/window_sizer_ash_uitest.cc', |
1412 ], | 1412 ], |
1413 }], | 1413 }], |
1414 ['OS=="mac"', { | 1414 ['OS=="mac"', { |
1415 'sources!': [ | 1415 'sources!': [ |
1416 # TODO(tapted): Enable toolkit-views tests on Mac when their | 1416 # TODO(tapted): Enable toolkit-views tests on Mac when their |
1417 # respective implementations are ported. | 1417 # respective implementations are ported. |
1418 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 1418 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 1419 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', |
1419 'browser/ui/views/constrained_window_views_browsertest.cc', | 1420 'browser/ui/views/constrained_window_views_browsertest.cc', |
1420 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 1421 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
1421 'browser/ui/views/keyboard_access_browsertest.cc', | 1422 'browser/ui/views/keyboard_access_browsertest.cc', |
1422 'browser/ui/views/location_bar/location_icon_view_interactive_uitest
.cc', | 1423 'browser/ui/views/location_bar/location_icon_view_interactive_uitest
.cc', |
1423 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1424 'browser/ui/views/location_bar/star_view_browsertest.cc', |
1424 'browser/ui/views/message_center/web_notification_tray_browsertest.c
c', | 1425 'browser/ui/views/message_center/web_notification_tray_browsertest.c
c', |
1425 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', | 1426 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', |
1426 'browser/ui/views/panels/panel_view_browsertest.cc', | 1427 'browser/ui/views/panels/panel_view_browsertest.cc', |
1427 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest
.cc', | 1428 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest
.cc', |
1428 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 1429 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3168 ['enable_webrtc==1', { | 3169 ['enable_webrtc==1', { |
3169 'dependencies': [ | 3170 'dependencies': [ |
3170 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3171 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3171 ] | 3172 ] |
3172 }], | 3173 }], |
3173 ], | 3174 ], |
3174 }] | 3175 }] |
3175 }], | 3176 }], |
3176 ], # 'conditions' | 3177 ], # 'conditions' |
3177 } | 3178 } |
OLD | NEW |