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 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2233 'dependencies': [ | 2233 'dependencies': [ |
2234 'app_mode_app_support', | 2234 'app_mode_app_support', |
2235 'chrome', | 2235 'chrome', |
2236 '../components/components.gyp:breakpad_stubs', | 2236 '../components/components.gyp:breakpad_stubs', |
2237 '../third_party/ocmock/ocmock.gyp:ocmock', | 2237 '../third_party/ocmock/ocmock.gyp:ocmock', |
2238 ], | 2238 ], |
2239 'sources': [ | 2239 'sources': [ |
2240 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc
', | 2240 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc
', |
2241 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw
iper_browsertest.mm', | 2241 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw
iper_browsertest.mm', |
2242 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', | 2242 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', |
| 2243 # TODO(bondd): Make this test work on other platforms. |
| 2244 'browser/ui/autofill/card_unmask_prompt_view_browsertest.cc', |
2243 ], | 2245 ], |
2244 'sources!': [ | 2246 'sources!': [ |
2245 # TODO(groby): This test depends on hunspell and we cannot run it on | 2247 # TODO(groby): This test depends on hunspell and we cannot run it on |
2246 # Mac, which does not use hunspell by default. | 2248 # Mac, which does not use hunspell by default. |
2247 'browser/spellchecker/spellcheck_service_browsertest.cc', | 2249 'browser/spellchecker/spellcheck_service_browsertest.cc', |
2248 | 2250 |
2249 # TODO(rouslan): This test depends on the custom dictionary UI, | 2251 # TODO(rouslan): This test depends on the custom dictionary UI, |
2250 # which is disabled on Mac. | 2252 # which is disabled on Mac. |
2251 'browser/ui/webui/options/edit_dictionary_browsertest.js', | 2253 'browser/ui/webui/options/edit_dictionary_browsertest.js', |
2252 # TODO(rouslan): This test depends on hunspell and we cannot run it | 2254 # TODO(rouslan): This test depends on hunspell and we cannot run it |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3204 ['enable_webrtc==1', { | 3206 ['enable_webrtc==1', { |
3205 'dependencies': [ | 3207 'dependencies': [ |
3206 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3208 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3207 ] | 3209 ] |
3208 }], | 3210 }], |
3209 ], | 3211 ], |
3210 }] | 3212 }] |
3211 }], | 3213 }], |
3212 ], # 'conditions' | 3214 ], # 'conditions' |
3213 } | 3215 } |
OLD | NEW |