summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-03 03:32:31 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-03 03:32:31 +0000
commita0c30347181cc7e5a5a6dc26b00ecd6f0caf0e97 (patch)
tree51349f958b8ff095f725306f9ae0412fe7a60063 /DEPS
parent15c5308c0936da6a3817fd36df2d29f1aa2ced5e (diff)
downloadchromium_src-a0c30347181cc7e5a5a6dc26b00ecd6f0caf0e97.zip
chromium_src-a0c30347181cc7e5a5a6dc26b00ecd6f0caf0e97.tar.gz
chromium_src-a0c30347181cc7e5a5a6dc26b00ecd6f0caf0e97.tar.bz2
Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries".
This change just pulls the hunspell dictionaries moved by my r48011. TBR=estade BUG=44543 TEST=none Review URL: http://codereview.chromium.org/2074023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 4 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ab81c7d..c98387a 100644
--- a/DEPS
+++ b/DEPS
@@ -36,7 +36,10 @@ deps = {
"/trunk/deps/third_party/icu42@47106",
"src/third_party/hunspell":
- "/trunk/deps/third_party/hunspell128@46230",
+ "/trunk/deps/third_party/hunspell128@48011",
+
+ "src/third_party/hunspell_dictionaries":
+ "/trunk/deps/third_party/hunspell_dictionaries@48011",
"src/third_party/protobuf2/src":
"http://protobuf.googlecode.com/svn/trunk@327",