| Index: components/spellcheck.gypi
|
| diff --git a/components/spellcheck.gypi b/components/spellcheck.gypi
|
| index 064f3c7ee7262195d5fc2ea698b6c51fd7f3ab40..d19873a69a4c35bb6040760574b6d5ca5c1fa463 100644
|
| --- a/components/spellcheck.gypi
|
| +++ b/components/spellcheck.gypi
|
| @@ -8,10 +8,22 @@
|
| # 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_message_generator.cc",
|
| + "spellcheck/common/spellcheck_message_generator.h",
|
| + "spellcheck/common/spellcheck_messages.h",
|
| + "spellcheck/common/spellcheck_result.h",
|
| 'spellcheck/common/spellcheck_switches.cc',
|
| 'spellcheck/common/spellcheck_switches.h',
|
| ],
|
|
|