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

Unified Diff: chrome/common/features.gni

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: . 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
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 9ceed891bc8c777c3e98d0aaa5d960e2448c6caa..eeb1ed8430224c30f621b7487229da8690ccc269 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -6,6 +6,7 @@ import("//build/config/chrome_build.gni")
import("//build/config/chromecast_build.gni")
import("//build/config/compiler/compiler.gni")
import("//build/config/features.gni")
+import("//components/spellcheck/spellcheck_build_features.gni")
import("//extensions/features/features.gni")
import("//net/features.gni")
import("//printing/features/features.gni")
@@ -93,6 +94,7 @@ chrome_grit_defines = [
"enable_print_preview=$enable_print_preview",
"enable_printing=$_enable_printing",
"enable_service_discovery=$enable_service_discovery",
+ "enable_spellcheck=$enable_spellcheck",
"enable_vr_shell=$enable_vr_shell",
"enable_webvr=$enable_webvr",
"safe_browsing_mode=$safe_browsing_mode",

Powered by Google App Engine
This is Rietveld 408576698