Skip to content

Commit 524bb64

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.gypi

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
}],
8484
[ 'node_use_bundled_v8=="true"', {
8585
'dependencies': [
86+
# Added explicitly, instead of inheriting from the other deps, so that generated
87+
# V8 headers are correctly generated in order.
88+
'tools/v8_gypfiles/v8.gyp:v8_base_without_compiler',
8689
'tools/v8_gypfiles/v8.gyp:v8_snapshot',
8790
'tools/v8_gypfiles/v8.gyp:v8_libplatform',
8891
],

0 commit comments

Comments
 (0)