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>2018-06-03 17:02:11 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-06-13 09:49:29 +0300
commit8e2e16721b3ce4450e69d23c3d4f8bb63bcb4f15 (patch)
tree53be48fe90a174508b00602fcb29f9091fa8cf22 /node.gyp
parent39b38754eb711d1493655f07f693727aa0bc0950 (diff)
src: add node_encoding.cc
Continue moving bits of code out of node.cc ... add node_encoding.cc as a home for `ParseEncoding` and related functions. PR-URL: https://github.com/nodejs/node/pull/21112 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index dafb9ce20b0..6a3a8c015e7 100644
--- a/node.gyp
+++ b/node.gyp
@@ -332,6 +332,7 @@
'src/node_contextify.cc',
'src/node_debug_options.cc',
'src/node_domain.cc',
+ 'src/node_encoding.cc',
'src/node_errors.h',
'src/node_file.cc',
'src/node_http2.cc',