Commit 3bde472e authored by hbono@chromium.org's avatar hbono@chromium.org

Removes the spellchecker dictionaries from the source tarball.

The spellchecker dictionaries, which are used only for unit tests, consumes lots of space in the source tarball. To reduce the sizeo of a source tarball, this change removes them from the source tarball.

BUG=none
TEST=See the source tarball does not include "src/third_party/hunspell_dictionaries/*".
Review URL: http://codereview.chromium.org/2724001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49368 0039d316-1c4b-4281-b951-d872f2087c98
parent 310999f4
......@@ -32,6 +32,7 @@ NONESSENTIAL_DIRS = (
'src/chrome/test/data',
'o3d/documentation',
'o3d/samples',
'third_party/hunspell_dictionaries',
'third_party/lighttpd',
'third_party/vc_80',
'third_party/WebKit/LayoutTests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment