summaryrefslogtreecommitdiffstats
path: root/tools/export_tarball
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 16:02:15 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 16:02:15 +0000
commit27cc2d4504327e4677f79ab9a18af7fb092f5e06 (patch)
treeebc7d73fe53307956e93ea82f11f3a7b95db8200 /tools/export_tarball
parent9b18a84f071ecd8bf4cd907c5ee875f37a6d8117 (diff)
downloadchromium_src-27cc2d4504327e4677f79ab9a18af7fb092f5e06.zip
chromium_src-27cc2d4504327e4677f79ab9a18af7fb092f5e06.tar.gz
chromium_src-27cc2d4504327e4677f79ab9a18af7fb092f5e06.tar.bz2
Exclude even more non-essential directories from the release tarball.
TBR=nsylvain TEST=none BUG=none Review URL: http://codereview.chromium.org/2719007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/export_tarball')
-rw-r--r--tools/export_tarball/export_tarball.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py
index fe52470..7b9428b 100644
--- a/tools/export_tarball/export_tarball.py
+++ b/tools/export_tarball/export_tarball.py
@@ -22,8 +22,10 @@ import sys
import tarfile
NONESSENTIAL_DIRS = (
+ 'chrome/common/extensions/docs',
'chrome/test/data',
'chrome/tools/test/reference_build',
+ 'courgette/testdata',
'data',
'gears/binaries',
'native_client/src/trusted/service_runtime/testdata',
@@ -32,10 +34,13 @@ NONESSENTIAL_DIRS = (
'src/chrome/test/data',
'o3d/documentation',
'o3d/samples',
+ 'o3d/tests',
'third_party/hunspell_dictionaries',
'third_party/lighttpd',
+ 'third_party/scons',
'third_party/vc_80',
'third_party/WebKit/LayoutTests',
+ 'v8/test',
'webkit/data/layout_tests',
'webkit/tools/test/reference_build',
)