summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-05-06 23:15:44 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-07 06:16:10 +0000
commit80a6b57b01ff8c24144ae6ec34f0eed7d310ce72 (patch)
treecdb1bf501805582499722d4e5af55f94abe3360e /chrome/DEPS
parente7dd319feb17faed689d4ff8f20f0312b9eba5e2 (diff)
downloadchromium_src-80a6b57b01ff8c24144ae6ec34f0eed7d310ce72.zip
chromium_src-80a6b57b01ff8c24144ae6ec34f0eed7d310ce72.tar.gz
chromium_src-80a6b57b01ff8c24144ae6ec34f0eed7d310ce72.tar.bz2
Update Chromium to use hunspell from third_party/hunspell_new.
After this, the next step will be to stop pulling hunspell in third_party/hunspell through DEPS. Removed the dependency on hunspell from chrome/browser/chromeos and chrome/browser/ui. Nothing in those places include from third_party/hunspell, so this dependency is not necessary and thus dropped. BUG=472897 R=brettw@chromium.org TBR=phajdan.jr@chromium.org # for checklicenses Review URL: https://codereview.chromium.org/1121793003 Cr-Commit-Position: refs/heads/master@{#328719}
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index e014b07..c82a862 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -36,7 +36,7 @@ include_rules = [
"+third_party/WebKit/public/web",
# Allow inclusion of third-party code:
- "+third_party/hunspell",
+ "+third_party/hunspell_new",
"+third_party/libxml",
"+third_party/mojo/src/mojo/public",
"+third_party/skia",