From 3bde472efc5b871a5ad222cb8fad1908f6485af1 Mon Sep 17 00:00:00 2001 From: "hbono@chromium.org" Date: Thu, 10 Jun 2010 04:08:54 +0000 Subject: 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 --- tools/export_tarball/export_tarball.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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', -- cgit v1.1