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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 1062 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
1063 'browser/ui/views/frame/browser_view_focus_uitest.cc', | 1063 'browser/ui/views/frame/browser_view_focus_uitest.cc', |
1064 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | 1064 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
1065 'browser/ui/views/keyboard_access_browsertest.cc', | 1065 'browser/ui/views/keyboard_access_browsertest.cc', |
1066 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', | 1066 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', |
1067 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1067 'browser/ui/views/location_bar/star_view_browsertest.cc', |
1068 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c
c', | 1068 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c
c', |
1069 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', | 1069 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', |
1070 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', | 1070 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', |
1071 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', | 1071 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', |
| 1072 'browser/ui/views/sidebar/sidebar_browsertest.cc', |
1072 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 1073 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
1073 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 1074 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
1074 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | 1075 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
1075 'browser/ui/views/toolbar/toolbar_button_test.cc', | 1076 'browser/ui/views/toolbar/toolbar_button_test.cc', |
1076 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', | 1077 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', |
1077 ], | 1078 ], |
1078 'chrome_interactive_ui_test_notifications_sources': [ | 1079 'chrome_interactive_ui_test_notifications_sources': [ |
1079 'browser/extensions/api/notifications/notifications_apitest.cc', | 1080 'browser/extensions/api/notifications/notifications_apitest.cc', |
1080 'browser/notifications/message_center_notifications_browsertest.cc', | 1081 'browser/notifications/message_center_notifications_browsertest.cc', |
1081 ], | 1082 ], |
(...skipping 2208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3290 ['enable_webrtc==1', { | 3291 ['enable_webrtc==1', { |
3291 'dependencies': [ | 3292 'dependencies': [ |
3292 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3293 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3293 ] | 3294 ] |
3294 }], | 3295 }], |
3295 ], | 3296 ], |
3296 }] | 3297 }] |
3297 }], | 3298 }], |
3298 ], # 'conditions' | 3299 ], # 'conditions' |
3299 } | 3300 } |
OLD | NEW |