Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-01-17 10:12:08 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-01-18 10:13:16 +0300
commit684590fd7ada3891c9942f5de91aa442d904169f (patch)
tree3d8cd847195d711786ad678443a5f88a5e82478c /node.gyp
parentd708700c688ec2b459f1cc6bdac930c20d1a0e0e (diff)
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: https://github.com/nodejs/node/pull/10851 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 66b33e70978..5139d0b838b 100644
--- a/node.gyp
+++ b/node.gyp
@@ -226,6 +226,9 @@
'src/stream_base.h',
'src/stream_base-inl.h',
'src/stream_wrap.h',
+ 'src/tracing/agent.h',
+ 'src/tracing/node_trace_buffer.h',
+ 'src/tracing/node_trace_writer.h',
'src/tracing/trace_event.h'
'src/tree.h',
'src/util.h',