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

Unified 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: Moved spellcheck_service_browsertest to a unittest, cleaned code, replied to comments, stopped Mac … 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698