From 886965963ac55825e91887e973226ef010f8fc64 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 5 Jan 2020 19:49:55 -0500 Subject: 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 Reviewed-By: Benjamin Gruenbaum --- deps/zlib/OWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deps/zlib/OWNERS (limited to 'deps/zlib/OWNERS') diff --git a/deps/zlib/OWNERS b/deps/zlib/OWNERS new file mode 100644 index 0000000000..069bcd8c2a --- /dev/null +++ b/deps/zlib/OWNERS @@ -0,0 +1,7 @@ +agl@chromium.org +cavalcantii@chromium.org +cblume@chromium.org +mtklein@chromium.org +scroggo@chromium.org + +# COMPONENT: Internals -- cgit v1.2.1