| 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 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2333 # and can build this target standalone much faster. | 2333 # and can build this target standalone much faster. |
| 2334 'dependencies': [ | 2334 'dependencies': [ |
| 2335 'app_mode_app_support', | 2335 'app_mode_app_support', |
| 2336 'chrome', | 2336 'chrome', |
| 2337 '../components/components.gyp:breakpad_stubs', | 2337 '../components/components.gyp:breakpad_stubs', |
| 2338 '../third_party/ocmock/ocmock.gyp:ocmock', | 2338 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 2339 ], | 2339 ], |
| 2340 'sources': [ | 2340 'sources': [ |
| 2341 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc
', | 2341 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc
', |
| 2342 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw
iper_browsertest.mm', | 2342 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw
iper_browsertest.mm', |
| 2343 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', | 2343 'browser/spellchecker/spellcheck_message_filter_platform_mac_browser
test.cc', |
| 2344 ], | 2344 ], |
| 2345 'sources!': [ | 2345 'sources!': [ |
| 2346 # TODO(groby): This test depends on hunspell and we cannot run it on | 2346 # TODO(groby): This test depends on hunspell and we cannot run it on |
| 2347 # Mac, which does not use hunspell by default. | 2347 # Mac, which does not use hunspell by default. |
| 2348 'browser/spellchecker/spellcheck_service_browsertest.cc', | 2348 'browser/spellchecker/spellcheck_service_browsertest.cc', |
| 2349 | 2349 |
| 2350 # TODO(rouslan): This test depends on the custom dictionary UI, | 2350 # TODO(rouslan): This test depends on the custom dictionary UI, |
| 2351 # which is disabled on Mac. | 2351 # which is disabled on Mac. |
| 2352 'browser/ui/webui/options/edit_dictionary_browsertest.js', | 2352 'browser/ui/webui/options/edit_dictionary_browsertest.js', |
| 2353 # TODO(rouslan): This test depends on hunspell and we cannot run it | 2353 # TODO(rouslan): This test depends on hunspell and we cannot run it |
| (...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3338 'utility', | 3338 'utility', |
| 3339 ], | 3339 ], |
| 3340 'sources': [ | 3340 'sources': [ |
| 3341 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3341 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3342 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3342 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3343 ], | 3343 ], |
| 3344 }] | 3344 }] |
| 3345 }], | 3345 }], |
| 3346 ], # 'conditions' | 3346 ], # 'conditions' |
| 3347 } | 3347 } |
| OLD | NEW |