diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/export_tarball/export_tarball.py | 3 |
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', |