| Index: chrome/third_party/hunspell/hunspell.gyp
|
| ===================================================================
|
| --- chrome/third_party/hunspell/hunspell.gyp (revision 21723)
|
| +++ chrome/third_party/hunspell/hunspell.gyp (working copy)
|
| @@ -16,6 +16,7 @@
|
| '../../../third_party/icu38/icu38.gyp:icuuc',
|
| ],
|
| 'defines': [
|
| + 'HUNSPELL_STATIC',
|
| 'HUNSPELL_CHROME_CLIENT',
|
| 'OPENOFFICEORG',
|
| ],
|
| @@ -35,21 +36,31 @@
|
| 'src/hunspell/csutil.hxx',
|
| 'src/hunspell/dictmgr.cxx',
|
| 'src/hunspell/dictmgr.hxx',
|
| + 'src/hunspell/filemgr.cxx',
|
| + 'src/hunspell/filemgr.hxx',
|
| 'src/hunspell/hashmgr.cxx',
|
| 'src/hunspell/hashmgr.hxx',
|
| 'src/hunspell/htypes.hxx',
|
| 'src/hunspell/hunspell.cxx',
|
| 'src/hunspell/hunspell.h',
|
| 'src/hunspell/hunspell.hxx',
|
| + 'src/hunspell/hunzip.cxx',
|
| + 'src/hunspell/hunzip.hxx',
|
| 'src/hunspell/langnum.hxx',
|
| + 'src/hunspell/phonet.cxx',
|
| + 'src/hunspell/phonet.hxx',
|
| + 'src/hunspell/replist.cxx',
|
| + 'src/hunspell/replist.hxx',
|
| 'src/hunspell/suggestmgr.cxx',
|
| 'src/hunspell/suggestmgr.hxx',
|
| 'src/hunspell/utf_info.hxx',
|
| + 'src/hunspell/w_char.hxx',
|
| 'src/parsers/textparser.cxx',
|
| 'src/parsers/textparser.hxx',
|
| ],
|
| 'direct_dependent_settings': {
|
| 'defines': [
|
| + 'HUNSPELL_STATIC',
|
| 'HUNSPELL_CHROME_CLIENT',
|
| 'USE_HUNSPELL',
|
| ],
|
|
|