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:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-22 20:10:09 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-12-29 04:56:09 +0400
commit356992fe4ded4d48e487aa9f0826a9b9ce022bcb (patch)
treea27e8642aafa2166a1131c90e27c648d90ae3430 /node.gyp
parente9f8e2842636650bdfa8101e6204003707661820 (diff)
isolates: isolate-ify the main loop
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index bc351219964..0fff5b4e99a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -74,6 +74,7 @@
'src/node.cc',
'src/node_vars.cc',
'src/node_buffer.cc',
+ 'src/node_isolate.cc',
'src/node_constants.cc',
'src/node_extensions.cc',
'src/node_file.cc',
@@ -97,6 +98,7 @@
'src/node.h',
'src/node_vars.h',
'src/node_buffer.h',
+ 'src/node_isolate.h',
'src/node_constants.h',
'src/node_crypto.h',
'src/node_extensions.h',