summaryrefslogtreecommitdiffstats
path: root/tools/export_tarball
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 04:08:54 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 04:08:54 +0000
commit3bde472efc5b871a5ad222cb8fad1908f6485af1 (patch)
treef84bb431a60eeca938842229ab2ac9d34bd7956b /tools/export_tarball
parent310999f4d5fd41768c77d0f7d508ca57bf5a3d7f (diff)
downloadchromium_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.py1
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',