| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 61d2c53a90773a8aae03f165fa045ce57267420f..d8e7d52e1f001913033e229d0d77f61aeb8cf296 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -501,6 +501,8 @@ split_static_library("browser") {
|
| sources += rebase_path(gypi_values.chrome_browser_spellchecker_sources,
|
| ".",
|
| "//chrome")
|
| + deps += [ "//components/spellcheck/browser", "//components/spellcheck/common", "//content/public/common" ]
|
| +
|
| if (!is_android) {
|
| deps += [ "//third_party/hunspell" ]
|
| }
|
|
|