| 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",
|
|
|