diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 04:21:36 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 04:21:36 +0000 |
commit | 7b7921008623e9e2798cb6f68aae311431cc963a (patch) | |
tree | 3688dea732f7f27d33b28b3a81f65a14a98f4462 /chrome/chrome.gyp | |
parent | 83219a216999e4566d2c18ad20c0e7ac6a5a8a6f (diff) | |
download | chromium_src-7b7921008623e9e2798cb6f68aae311431cc963a.zip chromium_src-7b7921008623e9e2798cb6f68aae311431cc963a.tar.gz chromium_src-7b7921008623e9e2798cb6f68aae311431cc963a.tar.bz2 |
Pull the entire hunspell tree and place it in deps
BUG=14756
TEST=Compiled Chromium, ran tests
Review URL: http://codereview.chromium.org/174127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 02ef7ef..93190d3 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -630,7 +630,7 @@ '../third_party/icu38/icu38.gyp:icuuc', '../third_party/libxml/libxml.gyp:libxml', '../third_party/npapi/npapi.gyp:npapi', - 'third_party/hunspell/hunspell.gyp:hunspell', + '../third_party/hunspell/hunspell.gyp:hunspell', '../webkit/webkit.gyp:glue', ], 'include_dirs': [ @@ -2610,7 +2610,7 @@ '../third_party/icu38/icu38.gyp:icuuc', '../third_party/libxml/libxml.gyp:libxml', '../third_party/npapi/npapi.gyp:npapi', - 'third_party/hunspell/hunspell.gyp:hunspell', + '../third_party/hunspell/hunspell.gyp:hunspell', '../webkit/webkit.gyp:glue', ], 'include_dirs': [ @@ -4112,7 +4112,7 @@ 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', 'browser/tab_contents/navigation_controller_unittest.cc', 'browser/task_manager_unittest.cc', - 'third_party/hunspell/google/hunspell_tests.cc', + '../third_party/hunspell/google/hunspell_tests.cc', # Compact Language Detection (cld) is not supported in mac yet. '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_unittest_small.cc', @@ -4124,7 +4124,7 @@ }, { # OS != "mac" 'dependencies': [ 'convert_dict_lib', - 'third_party/hunspell/hunspell.gyp:hunspell', + '../third_party/hunspell/hunspell.gyp:hunspell', ], }], ['OS=="win"', { @@ -4829,7 +4829,7 @@ 'dependencies': [ '../base/base.gyp:base', 'convert_dict_lib', - 'third_party/hunspell/hunspell.gyp:hunspell', + '../third_party/hunspell/hunspell.gyp:hunspell', ], 'sources': [ 'tools/convert_dict/convert_dict.cc', @@ -4948,7 +4948,7 @@ 'test_support_common', 'test_support_ui', 'syncapi', - 'third_party/hunspell/hunspell.gyp:hunspell', + '../third_party/hunspell/hunspell.gyp:hunspell', '../net/net.gyp:net_resources', '../skia/skia.gyp:skia', '../third_party/icu38/icu38.gyp:icui18n', |