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

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: Updated gn build variable to match gyp side 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 # and can build this target standalone much faster. 2356 # and can build this target standalone much faster.
2357 'dependencies': [ 2357 'dependencies': [
2358 'app_mode_app_support', 2358 'app_mode_app_support',
2359 'chrome', 2359 'chrome',
2360 '../components/components.gyp:breakpad_stubs', 2360 '../components/components.gyp:breakpad_stubs',
2361 '../third_party/ocmock/ocmock.gyp:ocmock', 2361 '../third_party/ocmock/ocmock.gyp:ocmock',
2362 ], 2362 ],
2363 'sources': [ 2363 'sources': [
2364 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ', 2364 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ',
2365 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm', 2365 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm',
2366 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 2366 'browser/spellchecker/spellcheck_message_filter_platform_mac_browser test.cc',
2367 ], 2367 ],
2368 'sources!': [ 2368 'sources!': [
2369 # TODO(groby): This test depends on hunspell and we cannot run it on 2369 # TODO(groby): This test depends on hunspell and we cannot run it on
2370 # Mac, which does not use hunspell by default. 2370 # Mac, which does not use hunspell by default.
2371 'browser/spellchecker/spellcheck_service_browsertest.cc', 2371 'browser/spellchecker/spellcheck_service_browsertest.cc',
2372 2372
2373 # TODO(rouslan): This test depends on the custom dictionary UI, 2373 # TODO(rouslan): This test depends on the custom dictionary UI,
2374 # which is disabled on Mac. 2374 # which is disabled on Mac.
2375 'browser/ui/webui/options/edit_dictionary_browsertest.js', 2375 'browser/ui/webui/options/edit_dictionary_browsertest.js',
2376 # TODO(rouslan): This test depends on hunspell and we cannot run it 2376 # TODO(rouslan): This test depends on hunspell and we cannot run it
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3360 'utility', 3360 'utility',
3361 ], 3361 ],
3362 'sources': [ 3362 'sources': [
3363 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3363 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3364 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3364 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3365 ], 3365 ],
3366 }] 3366 }]
3367 }], 3367 }],
3368 ], # 'conditions' 3368 ], # 'conditions'
3369 } 3369 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698