summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-03-07 15:12:52 +0100
committerAnna Henningsen <anna@addaleax.net>2019-03-15 16:54:19 +0100
commit7e2088f773d97e00e29cacdc20e1a36b80528be0 (patch)
tree5c99263864c7cf624c4fc3093e0df5429c95fda1 /node.gyp
parent0752a18b88452fd0cbf554856dc5305076cb9da5 (diff)
downloadandroid-node-v8-7e2088f773d97e00e29cacdc20e1a36b80528be0.tar.gz
android-node-v8-7e2088f773d97e00e29cacdc20e1a36b80528be0.tar.bz2
android-node-v8-7e2088f773d97e00e29cacdc20e1a36b80528be0.zip
src,lib: allow running multiple per-context files
Create an `lib/internal/per_context/` directory that can host multiple files which we execute for each context. PR-URL: https://github.com/nodejs/node/pull/26497 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 1c7484378f..4fbdb58183 100644
--- a/node.gyp
+++ b/node.gyp
@@ -26,12 +26,12 @@
'node_lib_target_name%': 'node_lib',
'node_intermediate_lib_type%': 'static_library',
'library_files': [
- 'lib/internal/bootstrap/context.js',
'lib/internal/bootstrap/primordials.js',
'lib/internal/bootstrap/cache.js',
'lib/internal/bootstrap/loaders.js',
'lib/internal/bootstrap/node.js',
'lib/internal/bootstrap/pre_execution.js',
+ 'lib/internal/per_context/setup.js',
'lib/async_hooks.js',
'lib/assert.js',
'lib/buffer.js',