From dd1048e85ed6febb1f25521c84c87d827fe5c9ca Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Sun, 28 Apr 2024 02:16:23 +0900 Subject: [PATCH] build: fix --v8-lite-mode build Signed-off-by: Daeyeon Jeong --- tools/v8_gypfiles/v8.gyp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 1e2b3645132aab..c5e7e9fd64fd3c 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -289,7 +289,6 @@ 'toolsets': ['host', 'target'], 'dependencies': [ 'torque_generated_initializers', - 'v8_initializers_slow', 'v8_base_without_compiler', 'v8_shared_internal_headers', 'v8_pch', @@ -299,18 +298,21 @@ '<(SHARED_INTERMEDIATE_DIR)', '<(generate_bytecode_output_root)', ], - # Compiled by v8_initializers_slow target. - 'sources!': [ - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.h', - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.cc', - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.h', - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.cc', - ], 'sources': [ '