diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 06:28:17 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 06:28:17 +0000 |
commit | 2bd12ccbf521f75bf46576f0ffe851555ad08fc6 (patch) | |
tree | 0798a5093f1fbf0ca139bd3ce90ebf8a6bed3022 /tools | |
parent | 0c638f6269825f799444ea59591f19260593c37e (diff) | |
download | chromium_src-2bd12ccbf521f75bf46576f0ffe851555ad08fc6.zip chromium_src-2bd12ccbf521f75bf46576f0ffe851555ad08fc6.tar.gz chromium_src-2bd12ccbf521f75bf46576f0ffe851555ad08fc6.tar.bz2 |
Do not remove net/data/cache_tests from the release tarballs,
it may be useful for distributions that want to run net_unittests
(for example Gentoo Linux).
BUG=none
Review URL: http://codereview.chromium.org/6793036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/export_tarball/export_tarball.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py index 78586c5..72604fb 100644 --- a/tools/export_tarball/export_tarball.py +++ b/tools/export_tarball/export_tarball.py @@ -29,7 +29,6 @@ NONESSENTIAL_DIRS = ( 'data', 'native_client/src/trusted/service_runtime/testdata', 'native_client/tests', - 'net/data/cache_tests', 'src/chrome/test/data', 'o3d/documentation', 'o3d/samples', |