Skip to content

Commit 684590f

Browse files
committed
build: add missing src/tracing header files
I noticed that only one header from src/tracing is included in the sources list in node.gyp. Not sure if this is intentional or not so I wanted to bring it up just in case this was overlooked. PR-URL: #10851 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent d708700 commit 684590f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@
226226
'src/stream_base.h',
227227
'src/stream_base-inl.h',
228228
'src/stream_wrap.h',
229+
'src/tracing/agent.h',
230+
'src/tracing/node_trace_buffer.h',
231+
'src/tracing/node_trace_writer.h',
229232
'src/tracing/trace_event.h'
230233
'src/tree.h',
231234
'src/util.h',

0 commit comments

Comments
 (0)