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

Unified Diff: third_party/hunspell/hunspell.gyp

Issue 2239005: Merges our hunspell change to hunspell 1.2.10.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/deps/
Patch Set: '' Created 10 years, 6 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 | « third_party/hunspell/google.patch ('k') | third_party/hunspell/src/hunspell/affixmgr.hxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/hunspell.gyp
===================================================================
--- third_party/hunspell/hunspell.gyp (revision 50428)
+++ third_party/hunspell/hunspell.gyp (working copy)
@@ -3,9 +3,6 @@
# found in the LICENSE file.
{
- 'includes': [
- '../../build/common.gypi',
- ],
'targets': [
{
'target_name': 'hunspell',
@@ -16,6 +13,7 @@
'../icu/icu.gyp:icuuc',
],
'defines': [
+ 'HUNSPELL_STATIC',
'HUNSPELL_CHROME_CLIENT',
'OPENOFFICEORG',
],
@@ -35,21 +33,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 | « third_party/hunspell/google.patch ('k') | third_party/hunspell/src/hunspell/affixmgr.hxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698