summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp14
1 files changed, 1 insertions, 13 deletions
diff --git a/node.gyp b/node.gyp
index 8becce9062..0a6bbd6100 100644
--- a/node.gyp
+++ b/node.gyp
@@ -892,23 +892,11 @@
# Put the code first so it's a dependency and can be used for invocation.
'tools/js2c.py',
'<@(library_files)',
- 'config.gypi',
- 'tools/js2c_macros/check_macros.py'
+ 'config.gypi'
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
],
- 'conditions': [
- [ 'node_use_dtrace=="false" and node_use_etw=="false"', {
- 'inputs': [ 'tools/js2c_macros/notrace_macros.py' ]
- }],
- [ 'node_debug_lib=="false"', {
- 'inputs': [ 'tools/js2c_macros/nodcheck_macros.py' ]
- }],
- [ 'node_debug_lib=="true"', {
- 'inputs': [ 'tools/js2c_macros/dcheck_macros.py' ]
- }]
- ],
'action': [
'python', '<@(_inputs)',
'--target', '<@(_outputs)',