| Index: components/spellcheck.gypi
|
| diff --git a/components/spellcheck.gypi b/components/spellcheck.gypi
|
| index 064f3c7ee7262195d5fc2ea698b6c51fd7f3ab40..d315d3cd1dcec82bb6259cc18186693852394158 100644
|
| --- a/components/spellcheck.gypi
|
| +++ b/components/spellcheck.gypi
|
| @@ -8,10 +8,20 @@
|
| # GN version: //components/spellcheck/common
|
| 'target_name': 'spellcheck_common',
|
| 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../third_party/icu/icu.gyp:icui18n',
|
| + '../third_party/icu/icu.gyp:icuuc',
|
| + ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| + "spellcheck/common/spellcheck_bdict_language.h",
|
| + "spellcheck/common/spellcheck_common.cc",
|
| + "spellcheck/common/spellcheck_common.h",
|
| + "spellcheck/common/spellcheck_marker.h",
|
| + "spellcheck/common/spellcheck_messages.h",
|
| + "spellcheck/common/spellcheck_result.h",
|
| 'spellcheck/common/spellcheck_switches.cc',
|
| 'spellcheck/common/spellcheck_switches.h',
|
| ],
|
|
|