summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorYagiz Nizipli <yagiz@nizipli.com>2023-02-06 08:30:55 -0500
committerNode.js GitHub Bot <github-bot@iojs.org>2023-02-06 19:21:39 +0000
commitc4581abff6a534efebac0432793a36a00fdb6461 (patch)
tree8c97a856a790393e04c8d7aee6134aee8d936607 /node.gyp
parentdf05cf7c369d38893df3ae5f593c1b6c650054ab (diff)
downloadnode-new-c4581abff6a534efebac0432793a36a00fdb6461.tar.gz
url: replace url-parser with ada
PR-URL: https://github.com/nodejs/node/pull/46410 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp33
1 files changed, 0 insertions, 33 deletions
diff --git a/node.gyp b/node.gyp
index 94c5853ba4..605bc81193 100644
--- a/node.gyp
+++ b/node.gyp
@@ -533,7 +533,6 @@
'src/node_trace_events.cc',
'src/node_types.cc',
'src/node_url.cc',
- 'src/node_url_tables.cc',
'src/node_util.cc',
'src/node_v8.cc',
'src/node_wasi.cc',
@@ -895,37 +894,6 @@
},
],
}, # node_lib_target_name
- { # fuzz_url
- 'target_name': 'fuzz_url',
- 'type': 'executable',
- 'dependencies': [
- '<(node_lib_target_name)',
- ],
- 'includes': [
- 'node.gypi'
- ],
- 'include_dirs': [
- 'src',
- ],
- 'defines': [
- 'NODE_ARCH="<(target_arch)"',
- 'NODE_PLATFORM="<(OS)"',
- 'NODE_WANT_INTERNALS=1',
- ],
- 'sources': [
- 'src/node_snapshot_stub.cc',
- 'test/fuzzers/fuzz_url.cc',
- ],
- 'conditions': [
- ['OS=="linux"', {
- 'ldflags': [ '-fsanitize=fuzzer' ]
- }],
- # Ensure that ossfuzz flag has been set and that we are on Linux
- [ 'OS!="linux" or ossfuzz!="true"', {
- 'type': 'none',
- }],
- ],
- }, # fuzz_url
{ # fuzz_env
'target_name': 'fuzz_env',
'type': 'executable',
@@ -1018,7 +986,6 @@
'test/cctest/test_sockaddr.cc',
'test/cctest/test_traced_value.cc',
'test/cctest/test_util.cc',
- 'test/cctest/test_url.cc',
],
'conditions': [