| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index be8e259fd79b55631a8af8bd766ecbf6faeac2bb..73aa6cc6cdf8c0613a3113839456e73ff71f5ceb 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2513,6 +2513,9 @@
|
| 'browser/ui/tests/ui_gfx_image_unittest.cc',
|
| 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
|
| 'tools/convert_dict/convert_dict_unittest.cc',
|
| + # This tests the function GetSpellCheckLanguages which is not used
|
| + # on Mac.
|
| + 'browser/spellchecker/spellcheck_service_unittest.cc',
|
| ],
|
| # TODO(mark): We really want this for all non-static library targets,
|
| # but when we tried to pull it up to the common.gypi level, it broke
|
|
|