diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 09:25:52 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 09:25:52 +0000 |
commit | 473f1e941c1a392685344b94efc1b6edf1702dd2 (patch) | |
tree | bcb1b069ad1fe3a2c3bb4a219d24db5c41a4a454 /DEPS | |
parent | 3ad47cb3bdcc3da40816fe5725eb25b26d3bfbba (diff) | |
download | chromium_src-473f1e941c1a392685344b94efc1b6edf1702dd2.zip chromium_src-473f1e941c1a392685344b94efc1b6edf1702dd2.tar.gz chromium_src-473f1e941c1a392685344b94efc1b6edf1702dd2.tar.bz2 |
Pulls hunspell 1.2.11.
This change pulls the latest hunspell (including our BDICT change) to the trunk.
TBR=estade
BUG=40909
TEST=unit_test --gtest_filter=SpellCheckTest*
Review URL: http://codereview.chromium.org/3033008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ deps = { "/trunk/deps/third_party/icu42@51076", "src/third_party/hunspell": - "/trunk/deps/third_party/hunspell128@50872", + "/trunk/deps/third_party/hunspell@51690", "src/third_party/hunspell_dictionaries": "/trunk/deps/third_party/hunspell_dictionaries@51875", |