| Index: android_webview/native/BUILD.gn
 | 
| diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
 | 
| index 86b568c54b80b6e0f812d656b6a9def5b3e7d484..6eaba42da66056e6e3c5cc74e31f445814b34196 100644
 | 
| --- a/android_webview/native/BUILD.gn
 | 
| +++ b/android_webview/native/BUILD.gn
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  import("//build/config/android/config.gni")
 | 
|  import("//build/config/android/rules.gni")
 | 
| +import("//components/spellcheck/spellcheck_build_features.gni")
 | 
|  
 | 
|  source_set("native") {
 | 
|    deps = [
 | 
| @@ -13,6 +14,7 @@ source_set("native") {
 | 
|      "//base/third_party/dynamic_annotations:dynamic_annotations",
 | 
|      "//cc:cc",
 | 
|      "//components/autofill/content/browser:browser",
 | 
| +    "//components/spellcheck:build_features",
 | 
|      "//components/strings",
 | 
|      "//components/web_contents_delegate_android:web_contents_delegate_android",
 | 
|      "//content/public/common",
 | 
| 
 |