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

Unified Diff: build/common.gypi

Issue 1204293003: Patch 3: Added files for platform-based spellcheck. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Comment cleanup 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 side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 251bdfe280255fe8fa0c3daa03f67cc643d80b92..38ff8de19c48b66b64c7dabd7ba366560c31d85c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -811,7 +811,6 @@
'enable_extensions%': 0,
'enable_google_now%': 0,
'cld_version%': 1,
- 'enable_spellcheck%': 0,
'enable_themes%': 0,
'remoting%': 0,
'arm_neon%': 0,
@@ -823,8 +822,8 @@
'video_hole%': 1,
}],
- # OSX has a built-in spellchecker can be utilized.
- ['OS=="mac"', {
+ # Android and OSX have built-in spellcheckers that can be utilized.
+ ['OS=="android" or OS=="mac"', {
'use_platform_spellchecker%': 1,
}],

Powered by Google App Engine
This is Rietveld 408576698