Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: chrome/third_party/hunspell/hunspell.gyp

Issue 155841: Update Hunspell to the latest stable version to use the latest dictionary for... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/third_party/hunspell/google.patch ('k') | chrome/third_party/hunspell/src/hunspell/affentry.hxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « chrome/third_party/hunspell/google.patch ('k') | chrome/third_party/hunspell/src/hunspell/affentry.hxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698