Skip to content

Commit f2e24d0

Browse files
committed
fixup! inspector: add Network.Initiator in inspector protocol
1 parent c024b40 commit f2e24d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/inspector/node_inspector.gypi

+9
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@
7878
'dependencies': [
7979
'<(protocol_tool_path)/inspector_protocol.gyp:crdtp',
8080
],
81+
'conditions': [
82+
[ 'node_use_bundled_v8=="true" and OS=="solaris"', {
83+
'dependencies': [
84+
# TODO(legendecas): Toolchains on SmartOS can not infer indirect dependencies in `v8_snapshot`.
85+
# Making this explicit to generate inspector headers in order.
86+
'tools/v8_gypfiles/v8.gyp:v8_base_without_compiler',
87+
],
88+
}],
89+
],
8190
'actions': [
8291
{
8392
'action_name': 'convert_node_protocol_to_json',

0 commit comments

Comments
 (0)