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

Unified Diff: build/config/features.gni

Issue 1263423006: Rename spellchecker preprocessor flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 50993dfc7d1dd345641269b97f15162fd9d1a2b8..c076262ca77875c1c0379de62e387d317844b636 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -127,7 +127,7 @@ use_udev = is_linux
enable_spellcheck = !is_ios
# Use the operating system's spellchecker rather than hunspell.
-use_platform_spellchecker = is_android || is_mac
+use_browser_spellchecker = is_android || is_mac
enable_pepper_cdms = enable_plugins && (is_linux || is_mac || is_win)
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698