summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index b40933a0eb..d900ee63ed 100644
--- a/node.gyp
+++ b/node.gyp
@@ -410,7 +410,6 @@
'src/node_api.h',
'src/node_api_types.h',
'src/node_buffer.h',
- 'src/node_code_cache.h',
'src/node_constants.h',
'src/node_contextify.h',
'src/node_errors.h',
@@ -418,7 +417,6 @@
'src/node_http2.h',
'src/node_http2_state.h',
'src/node_internals.h',
- 'src/node_javascript.h',
'src/node_messaging.h',
'src/node_mutex.h',
'src/node_native_module.h',
@@ -430,6 +428,7 @@
'src/node_persistent.h',
'src/node_platform.h',
'src/node_root_certs.h',
+ 'src/node_union_bytes.h',
'src/node_version.h',
'src/node_watchdog.h',
'src/node_revert.h',