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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 'browser/ui/views/find_bar_controller_interactive_uitest.cc', | 1053 'browser/ui/views/find_bar_controller_interactive_uitest.cc', |
1054 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 1054 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
1055 'browser/ui/views/frame/browser_view_focus_uitest.cc', | 1055 'browser/ui/views/frame/browser_view_focus_uitest.cc', |
1056 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | 1056 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
1057 'browser/ui/views/keyboard_access_browsertest.cc', | 1057 'browser/ui/views/keyboard_access_browsertest.cc', |
1058 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', | 1058 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', |
1059 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1059 'browser/ui/views/location_bar/star_view_browsertest.cc', |
1060 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', | 1060 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', |
1061 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', | 1061 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', |
1062 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', | 1062 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', |
| 1063 'browser/ui/views/sidebar/sidebar_browsertest.cc', |
1063 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 1064 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
1064 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 1065 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
1065 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | 1066 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
1066 'browser/ui/views/toolbar/toolbar_button_test.cc', | 1067 'browser/ui/views/toolbar/toolbar_button_test.cc', |
1067 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', | 1068 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', |
1068 ], | 1069 ], |
1069 'chrome_interactive_ui_test_notifications_sources': [ | 1070 'chrome_interactive_ui_test_notifications_sources': [ |
1070 'browser/extensions/api/notifications/notifications_apitest.cc', | 1071 'browser/extensions/api/notifications/notifications_apitest.cc', |
1071 'browser/notifications/message_center_notifications_browsertest.cc', | 1072 'browser/notifications/message_center_notifications_browsertest.cc', |
1072 ], | 1073 ], |
(...skipping 2188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3261 ['enable_webrtc==1', { | 3262 ['enable_webrtc==1', { |
3262 'dependencies': [ | 3263 'dependencies': [ |
3263 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3264 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3264 ] | 3265 ] |
3265 }], | 3266 }], |
3266 ], | 3267 ], |
3267 }] | 3268 }] |
3268 }], | 3269 }], |
3269 ], # 'conditions' | 3270 ], # 'conditions' |
3270 } | 3271 } |
OLD | NEW |