From beccf5415167ba8b7dec0398526707460f2491b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 16 Jun 2022 14:25:54 +0200 Subject: [PATCH] tools: update V8 gypfiles until 97eff73b71a99ff6a8f97ea7ee8c15a058b96eaf --- tools/v8_gypfiles/v8.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 6654f581364..b04631df6d8 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -513,6 +513,7 @@ 'type': 'none', 'toolsets': ['host', 'target'], 'dependencies': [ + 'v8_libbase', 'v8_shared_internal_headers', ], 'direct_dependent_settings': { @@ -1657,12 +1658,12 @@ 'conditions': [ ['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', { 'sources': [ - '<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.S', + '<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.asm', ], }], ['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"', { 'sources': [ - '<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.S', + '<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.asm', ], }], ['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"', {