summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index dcd8904151..31d10b7444 100644
--- a/node.gyp
+++ b/node.gyp
@@ -175,7 +175,8 @@
'lib/internal/repl/history.js',
'lib/internal/repl/utils.js',
'lib/internal/socket_list.js',
- 'lib/internal/source_map.js',
+ 'lib/internal/source_map/source_map.js',
+ 'lib/internal/source_map/source_map_cache.js',
'lib/internal/test/binding.js',
'lib/internal/timers.js',
'lib/internal/tls.js',