Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index 491244e137c8f8cdecd30dac1ffbb7d03933cd4e..d16ac59e1993adf56a8ca96a0be396792fcc433e 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -126,6 +126,10 @@ static_library("common") { |
| "//url", |
| ] |
| + if (enable_spellcheck) { |
| + public_deps += [ "//components/spellcheck/common" ] |
| + } |
| + |
| if (enable_plugins) { |
| public_deps += [ "//ppapi/shared_impl" ] |
| } |