diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 04:08:54 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 04:08:54 +0000 |
commit | 3bde472efc5b871a5ad222cb8fad1908f6485af1 (patch) | |
tree | f84bb431a60eeca938842229ab2ac9d34bd7956b /tools/export_tarball | |
parent | 310999f4d5fd41768c77d0f7d508ca57bf5a3d7f (diff) | |
download | chromium_src-3bde472efc5b871a5ad222cb8fad1908f6485af1.zip chromium_src-3bde472efc5b871a5ad222cb8fad1908f6485af1.tar.gz chromium_src-3bde472efc5b871a5ad222cb8fad1908f6485af1.tar.bz2 |
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
Diffstat (limited to 'tools/export_tarball')
-rw-r--r-- | tools/export_tarball/export_tarball.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py index 268c000..fe52470 100644 --- a/tools/export_tarball/export_tarball.py +++ b/tools/export_tarball/export_tarball.py @@ -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', |