diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 13:46:20 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 13:46:20 +0000 |
commit | 9aed18f2d99458ebf6f4ee3e2bd3413051666440 (patch) | |
tree | 8a3888fdb6e949a324934a16780ffe526f5ad617 /tools/export_tarball | |
parent | 42c22d7f8fd1b5d79020b49f1f5ab6d69b128a7a (diff) | |
download | chromium_src-9aed18f2d99458ebf6f4ee3e2bd3413051666440.zip chromium_src-9aed18f2d99458ebf6f4ee3e2bd3413051666440.tar.gz chromium_src-9aed18f2d99458ebf6f4ee3e2bd3413051666440.tar.bz2 |
Exclude even more non-essential directories from the release tarball.
These are mostly test files.
TBR=nsylvain
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2818012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/export_tarball')
-rw-r--r-- | tools/export_tarball/export_tarball.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py index 7b9428b..e26bd8a 100644 --- a/tools/export_tarball/export_tarball.py +++ b/tools/export_tarball/export_tarball.py @@ -35,10 +35,25 @@ NONESSENTIAL_DIRS = ( 'o3d/documentation', 'o3d/samples', 'o3d/tests', + 'third_party/angle/samples/gles2_book', 'third_party/hunspell_dictionaries', + 'third_party/hunspell/tests', 'third_party/lighttpd', 'third_party/scons', + 'third_party/sqlite/test', 'third_party/vc_80', + 'third_party/xdg-utils/tests', + 'third_party/yasm/source/patched-yasm/modules/arch/x86/tests', + 'third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests', + 'third_party/WebKit/JavaScriptCore/tests', 'third_party/WebKit/LayoutTests', 'v8/test', 'webkit/data/layout_tests', |