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:
authorGus Caplan <me@gus.host>2018-06-25 10:08:27 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-06-28 21:41:11 +0300
commiteb8d60b44721e27bd429803d06b4b9a6ff4e3ad0 (patch)
tree7b086a7e02a4506803d623c95b18c97e60bb12fc /node.gyp
parent623cf11ddac00ed8f8f96f85b8d88cc71bf6fc1b (diff)
src: move context bootstrap to js
PR-URL: https://github.com/nodejs/node/pull/21518 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
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 461152b05e8..300a20b6e30 100644
--- a/node.gyp
+++ b/node.gyp
@@ -25,6 +25,7 @@
'node_lib_target_name%': 'node_lib',
'node_intermediate_lib_type%': 'static_library',
'library_files': [
+ 'lib/internal/per_context.js',
'lib/internal/bootstrap/cache.js',
'lib/internal/bootstrap/loaders.js',
'lib/internal/bootstrap/node.js',