summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
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 d3bebba8ce..75288114a8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -148,6 +148,7 @@
'lib/internal/repl/await.js',
'lib/internal/socket_list.js',
'lib/internal/test/binding.js',
+ 'lib/internal/test/heap.js',
'lib/internal/test/unicode.js',
'lib/internal/timers.js',
'lib/internal/tls.js',
@@ -330,6 +331,7 @@
'src/exceptions.cc',
'src/fs_event_wrap.cc',
'src/handle_wrap.cc',
+ 'src/heap_utils.cc',
'src/js_stream.cc',
'src/module_wrap.cc',
'src/node.cc',