summaryrefslogtreecommitdiff
path: root/deps/zlib/google/DEPS
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2020-01-05 19:49:55 -0500
committerBrian White <mscdex@mscdex.net>2020-01-26 18:47:02 -0500
commit886965963ac55825e91887e973226ef010f8fc64 (patch)
tree571f2a4587cdd40d713a45be3ab6fa719deb583d /deps/zlib/google/DEPS
parenta2f9ccd3d2bffc6f72f02acf7fc4813c670a64ed (diff)
downloadnode-new-886965963ac55825e91887e973226ef010f8fc64.tar.gz
deps: switch to chromium's zlib implementation
This implementation provides optimizations not included upstream. PR-URL: https://github.com/nodejs/node/pull/31201 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'deps/zlib/google/DEPS')
-rw-r--r--deps/zlib/google/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/zlib/google/DEPS b/deps/zlib/google/DEPS
new file mode 100644
index 0000000000..144fbd1492
--- /dev/null
+++ b/deps/zlib/google/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ '+base',
+ '+build',
+ '+testing',
+]