From 10aaf30da1638b872c9efbd3b0e40c563ab53247 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 6 May 2021 16:52:45 -0400 Subject: [PATCH] build: add missing torque output sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. PR-URL: https://github.com/nodejs/node/pull/38576 Fixes: https://github.com/nodejs/node/issues/38571 Reviewed-By: Jiawen Geng Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso --- tools/v8_gypfiles/v8.gyp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 377e12d1fdcfbd..f20c9d5cf7b406 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -166,6 +166,9 @@ '<(SHARED_INTERMEDIATE_DIR)/torque-generated/class-verifiers.h', '<(SHARED_INTERMEDIATE_DIR)/torque-generated/factory.cc', '<(SHARED_INTERMEDIATE_DIR)/torque-generated/objects-printer.cc', + '<@(torque_outputs_inl_inc)', + '<@(torque_outputs_cc)', + '<@(torque_outputs_inc)', ], 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)',