Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2021-01-25 21:49:03 +0300
committerJames M Snell <jasnell@gmail.com>2021-01-30 18:49:28 +0300
commitc3d6d50309a5046c98475e99c13f48a8fee12ac7 (patch)
treec429781c87603dcd4905998bbc9bd073399c2f67 /node.gypi
parentf763a80ab59bbaa0fcf5f3b0519a70336ee88744 (diff)
quic: remove quic
PR-URL: https://github.com/nodejs/node/pull/37067 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi18
1 files changed, 0 insertions, 18 deletions
diff --git a/node.gypi b/node.gypi
index dbe1b05cf54..43dbda7bbf5 100644
--- a/node.gypi
+++ b/node.gypi
@@ -187,24 +187,6 @@
'dependencies': [ 'deps/nghttp2/nghttp2.gyp:nghttp2' ],
}],
- [
- 'experimental_quic==1', {
- 'conditions': [
- [
- 'node_shared_ngtcp2=="false"', {
- 'dependencies': [
- 'deps/ngtcp2/ngtcp2.gyp:ngtcp2',
- ]}
- ],
- [
- 'node_shared_nghttp3=="false"', {
- 'dependencies': [
- 'deps/nghttp3/nghttp3.gyp:nghttp3'
- ]}
- ]
- ]}
- ],
-
[ 'node_shared_brotli=="false"', {
'dependencies': [ 'deps/brotli/brotli.gyp:brotli' ],
}],