We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c024b40 commit f2e24d0Copy full SHA for f2e24d0
src/inspector/node_inspector.gypi
@@ -78,6 +78,15 @@
78
'dependencies': [
79
'<(protocol_tool_path)/inspector_protocol.gyp:crdtp',
80
],
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
90
'actions': [
91
{
92
'action_name': 'convert_node_protocol_to_json',
0 commit comments