| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 9f30beafeb116cab2dded9fea370b4ef7b96e925..64536cf35b9ef48bd45ed3559570b3d8ba7e6455 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -470,7 +470,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" ]
|
|
|