| Index: components/spellcheck/renderer/BUILD.gn
|
| diff --git a/components/spellcheck/renderer/BUILD.gn b/components/spellcheck/renderer/BUILD.gn
|
| index 1c3e482f24d6aebd5812c59a954c67be0a608e00..eb323b2b4dae37c5099da1cf11d3ff581483df88 100644
|
| --- a/components/spellcheck/renderer/BUILD.gn
|
| +++ b/components/spellcheck/renderer/BUILD.gn
|
| @@ -32,6 +32,13 @@ source_set("renderer") {
|
| ]
|
| }
|
|
|
| + if (!has_spellcheck_panel) {
|
| + sources -= [
|
| + "spellcheck_panel.cc",
|
| + "spellcheck_panel.h",
|
| + ]
|
| + }
|
| +
|
| if (is_android) {
|
| sources -= [
|
| "hunspell_engine.cc",
|
|
|