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-05-04 17:52:13 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 17:52:13 +0000
commit1f68ee623af485bb6fadaa006a1e873b62602d10 (patch)
tree07878e18f320417501e8031b5da1ec0f4d148204 /tools/export_tarball
parentd82abb94f16cb209b991748142ea2f4737dbb8fc (diff)
downloadchromium_src-1f68ee623af485bb6fadaa006a1e873b62602d10.zip
chromium_src-1f68ee623af485bb6fadaa006a1e873b62602d10.tar.gz
chromium_src-1f68ee623af485bb6fadaa006a1e873b62602d10.tar.bz2
Exclude recently added nonessential directories from export_tarball.py.
TEST=none BUG=none Review URL: http://codereview.chromium.org/1941001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/export_tarball')
-rw-r--r--tools/export_tarball/export_tarball.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py
index 438f33c..268c000 100644
--- a/tools/export_tarball/export_tarball.py
+++ b/tools/export_tarball/export_tarball.py
@@ -24,13 +24,16 @@ import tarfile
NONESSENTIAL_DIRS = (
'chrome/test/data',
'chrome/tools/test/reference_build',
+ 'data',
'gears/binaries',
+ 'native_client/src/trusted/service_runtime/testdata',
'native_client/tests',
'net/data/cache_tests',
'src/chrome/test/data',
'o3d/documentation',
'o3d/samples',
'third_party/lighttpd',
+ 'third_party/vc_80',
'third_party/WebKit/LayoutTests',
'webkit/data/layout_tests',
'webkit/tools/test/reference_build',