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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits and rebased. Created 5 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 'dependencies': [ 2514 'dependencies': [
2515 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 2515 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
2516 '../third_party/ocmock/ocmock.gyp:ocmock', 2516 '../third_party/ocmock/ocmock.gyp:ocmock',
2517 'chrome', 2517 'chrome',
2518 ], 2518 ],
2519 'sources': [ '<@(chrome_unit_tests_mac_sources)' ], 2519 'sources': [ '<@(chrome_unit_tests_mac_sources)' ],
2520 'sources!': [ 2520 'sources!': [
2521 'browser/ui/tests/ui_gfx_image_unittest.cc', 2521 'browser/ui/tests/ui_gfx_image_unittest.cc',
2522 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2522 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2523 'tools/convert_dict/convert_dict_unittest.cc', 2523 'tools/convert_dict/convert_dict_unittest.cc',
2524 # This tests the function GetSpellCheckLanguages which is not used
2525 # on Mac.
2526 'browser/spellchecker/spellcheck_service_unittest.cc',
2524 ], 2527 ],
2525 # TODO(mark): We really want this for all non-static library targets, 2528 # TODO(mark): We really want this for all non-static library targets,
2526 # but when we tried to pull it up to the common.gypi level, it broke 2529 # but when we tried to pull it up to the common.gypi level, it broke
2527 # other things like the ui and startup tests. *shrug* 2530 # other things like the ui and startup tests. *shrug*
2528 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2531 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2529 }], 2532 }],
2530 ['OS!="mac" and OS!="ios"', { 2533 ['OS!="mac" and OS!="ios"', {
2531 'dependencies': [ 2534 'dependencies': [
2532 '../third_party/hunspell/hunspell.gyp:hunspell', 2535 '../third_party/hunspell/hunspell.gyp:hunspell',
2533 'chrome_resources.gyp:packed_extra_resources', 2536 'chrome_resources.gyp:packed_extra_resources',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
2867 'dependencies': [ 2870 'dependencies': [
2868 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2869 ], 2872 ],
2870 }], 2873 }],
2871 ], 2874 ],
2872 }, 2875 },
2873 ], 2876 ],
2874 }], 2877 }],
2875 ], # 'conditions' 2878 ], # 'conditions'
2876 } 2879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698