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

Unified Diff: build/config/features.gni

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: Comment Created 4 years, 1 month 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/BUILD.gn » ('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 b44b077021f56f7f9df063d56328f53f199d7b8c..ee7441a98b33f1b0e72b9a6a34795c76086439eb 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -88,12 +88,6 @@ declare_args() {
# Additional dependent variables -----------------------------------------------
-# Enable the spell checker.
-enable_spellcheck = !is_ios
-
-# Use the operating system's spellchecker rather than hunspell.
-use_browser_spellchecker = is_android || is_mac
-
# The seccomp-bpf sandbox is only supported on five architectures
# currently.
# Do not disable seccomp_bpf anywhere without talking to
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698