Index: chrome/browser/BUILD.gn |
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
index e29a6f661ffe8c8a0e0a66b65921d1fd2290638d..41b4875cbb61013d7c129ada4580d9a63a50946d 100644 |
--- a/chrome/browser/BUILD.gn |
+++ b/chrome/browser/BUILD.gn |
@@ -471,7 +471,10 @@ split_static_library("browser") { |
sources += rebase_path(gypi_values.chrome_browser_spellchecker_sources, |
".", |
"//chrome") |
- deps += [ "//components/spellcheck/common:common" ] |
+ deps += [ |
+ "//components/spellcheck/browser", |
+ "//components/spellcheck/common:common", |
+ ] |
if (!is_android) { |
deps += [ "//third_party/hunspell" ] |