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-04-14 08:55:20 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 08:55:20 +0000
commit91b9a1f453ab29d225a0d4788f9adbcff5c8d67e (patch)
tree330d86d767bb6a9faae877b26d473b16b85d6870 /tools/export_tarball
parentb070d6041bd865e649befc4e8d2239c60a4a46c4 (diff)
downloadchromium_src-91b9a1f453ab29d225a0d4788f9adbcff5c8d67e.zip
chromium_src-91b9a1f453ab29d225a0d4788f9adbcff5c8d67e.tar.gz
chromium_src-91b9a1f453ab29d225a0d4788f9adbcff5c8d67e.tar.bz2
Add more directories to export_tarball.py's exclude list.
Recently the tarball got approx. 2x bigger because of that. TBR=nsylvain TEST=none BUG=29044 Review URL: http://codereview.chromium.org/1545036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/export_tarball')
-rw-r--r--tools/export_tarball/export_tarball.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py
index 8faeaed..438f33c 100644
--- a/tools/export_tarball/export_tarball.py
+++ b/tools/export_tarball/export_tarball.py
@@ -25,7 +25,9 @@ NONESSENTIAL_DIRS = (
'chrome/test/data',
'chrome/tools/test/reference_build',
'gears/binaries',
+ 'native_client/tests',
'net/data/cache_tests',
+ 'src/chrome/test/data',
'o3d/documentation',
'o3d/samples',
'third_party/lighttpd',