Skip to content

Commit e5b7987

Browse files
committed
build: add missing torque output sources
The `torque_generated_definitions` target is missing some torque generated files in its sources list when compared to the equivalent target in V8's BUILD.gn.
1 parent 2465062 commit e5b7987

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@
166166
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/class-verifiers.h',
167167
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/factory.cc',
168168
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/objects-printer.cc',
169+
'<@(torque_outputs_inl_inc)',
170+
'<@(torque_outputs_cc)',
171+
'<@(torque_outputs_inc)',
169172
],
170173
'include_dirs': [
171174
'<(SHARED_INTERMEDIATE_DIR)',

0 commit comments

Comments
 (0)