diff options
author | tfarina <tfarina@chromium.org> | 2015-05-06 23:15:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-07 06:16:10 +0000 |
commit | 80a6b57b01ff8c24144ae6ec34f0eed7d310ce72 (patch) | |
tree | cdb1bf501805582499722d4e5af55f94abe3360e /chrome/chrome_browser_chromeos.gypi | |
parent | e7dd319feb17faed689d4ff8f20f0312b9eba5e2 (diff) | |
download | chromium_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/chrome_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index 21fbb5d..5fc14dc 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -1172,7 +1172,6 @@ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp', '../third_party/expat/expat.gyp:expat', - '../third_party/hunspell/hunspell.gyp:hunspell', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |