summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/node.gyp b/node.gyp
index d50ec1c36b..661ed82890 100644
--- a/node.gyp
+++ b/node.gyp
@@ -528,8 +528,7 @@
'src/node_env_var.cc',
'src/node_errors.cc',
'src/node_file.cc',
- 'src/node_http_parser_llhttp.cc',
- 'src/node_http_parser_traditional.cc',
+ 'src/node_http_parser.cc',
'src/node_http2.cc',
'src/node_i18n.cc',
'src/node_main_instance.cc',
@@ -593,7 +592,6 @@
'src/handle_wrap.h',
'src/histogram.h',
'src/histogram-inl.h',
- 'src/http_parser_adaptor.h',
'src/js_stream.h',
'src/memory_tracker.h',
'src/memory_tracker-inl.h',
@@ -608,7 +606,6 @@
'src/node_contextify.h',
'src/node_errors.h',
'src/node_file.h',
- 'src/node_http_parser_impl.h',
'src/node_http2.h',
'src/node_http2_state.h',
'src/node_i18n.h',
@@ -660,7 +657,6 @@
'src/util.h',
'src/util-inl.h',
# Dependency headers
- 'deps/http_parser/http_parser.h',
'deps/v8/include/v8.h',
# javascript files to make for an even more pleasant IDE experience
'<@(library_files)',