Chromium Code Reviews| Index: components/spellcheck/common/BUILD.gn | 
| diff --git a/components/spellcheck/common/BUILD.gn b/components/spellcheck/common/BUILD.gn | 
| index 465a327f214b7c4fd430fe4604f62cc35e1262d1..9062ff82aac08b9cff9b2c01b304720e678ceeba 100644 | 
| --- a/components/spellcheck/common/BUILD.gn | 
| +++ b/components/spellcheck/common/BUILD.gn | 
| @@ -18,6 +18,9 @@ source_set("common") { | 
| "spellcheck_switches.h", | 
| ] | 
| + public_deps = [ | 
| + "//components/spellcheck:build_features", | 
| + ] | 
| deps = [ | 
| "//base:i18n", | 
| "//ipc", |