diff --git a/node.gyp b/node.gyp index b4d5f289fd8..a6f725648eb 100644 --- a/node.gyp +++ b/node.gyp @@ -378,19 +378,18 @@ ' and node_use_etw=="false"' ' and node_use_systemtap=="false"', { - 'inputs': ['src/macros.py'] - } - ], + 'inputs': ['src/notrace_macros.py'] + }], [ 'node_use_perfctr=="false"', { 'inputs': [ 'src/perfctr_macros.py' ] }] ], - 'action': [ - '<(python)', - 'tools/js2c.py', - '<@(_outputs)', - '<@(_inputs)', - ], + 'action': [ + '<(python)', + 'tools/js2c.py', + '<@(_outputs)', + '<@(_inputs)', + ], }, ], }, # end node_js2c diff --git a/src/macros.py b/src/notrace_macros.py similarity index 100% rename from src/macros.py rename to src/notrace_macros.py