diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 09:12:34 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 09:12:34 +0000 |
commit | 14707cfa0c5ad976f1d09234e19da5983331774b (patch) | |
tree | e4ce713433d6b47a5b8947257476b90862932d63 | |
parent | 4f3416a52a3078598e1f95190645fbbb9f703448 (diff) | |
download | chromium_src-14707cfa0c5ad976f1d09234e19da5983331774b.zip chromium_src-14707cfa0c5ad976f1d09234e19da5983331774b.tar.gz chromium_src-14707cfa0c5ad976f1d09234e19da5983331774b.tar.bz2 |
Merge 44458 - 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
TBR=nsylvain
Review URL: http://codereview.chromium.org/1605030
git-svn-id: svn://svn.chromium.org/chrome/branches/375/src@44459 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/export_tarball/export_tarball.py | 2 |
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', |