Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1230933002: Patch 3.1: Refactored spellcheck_message_filter to be generic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Added enable-android-spellchecker chrome switch to histograms.xml to pass unit test Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2355 # and can build this target standalone much faster. 2355 # and can build this target standalone much faster.
2356 'dependencies': [ 2356 'dependencies': [
2357 'app_mode_app_support', 2357 'app_mode_app_support',
2358 'chrome', 2358 'chrome',
2359 '../components/components.gyp:breakpad_stubs', 2359 '../components/components.gyp:breakpad_stubs',
2360 '../third_party/ocmock/ocmock.gyp:ocmock', 2360 '../third_party/ocmock/ocmock.gyp:ocmock',
2361 ], 2361 ],
2362 'sources': [ 2362 'sources': [
2363 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ', 2363 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ',
2364 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm', 2364 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm',
2365 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 2365 'browser/spellchecker/spellcheck_message_filter_platform_mac_browser test.cc',
2366 ], 2366 ],
2367 'sources!': [ 2367 'sources!': [
2368 # TODO(groby): This test depends on hunspell and we cannot run it on 2368 # TODO(groby): This test depends on hunspell and we cannot run it on
2369 # Mac, which does not use hunspell by default. 2369 # Mac, which does not use hunspell by default.
2370 'browser/spellchecker/spellcheck_service_browsertest.cc', 2370 'browser/spellchecker/spellcheck_service_browsertest.cc',
2371 2371
2372 # TODO(rouslan): This test depends on the custom dictionary UI, 2372 # TODO(rouslan): This test depends on the custom dictionary UI,
2373 # which is disabled on Mac. 2373 # which is disabled on Mac.
2374 'browser/ui/webui/options/edit_dictionary_browsertest.js', 2374 'browser/ui/webui/options/edit_dictionary_browsertest.js',
2375 # TODO(rouslan): This test depends on hunspell and we cannot run it 2375 # TODO(rouslan): This test depends on hunspell and we cannot run it
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3359 'utility', 3359 'utility',
3360 ], 3360 ],
3361 'sources': [ 3361 'sources': [
3362 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3362 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3363 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3363 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3364 ], 3364 ],
3365 }] 3365 }]
3366 }], 3366 }],
3367 ], # 'conditions' 3367 ], # 'conditions'
3368 } 3368 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698