tools: update V8 gypfiles for 11.5

PR-URL: https://github.com/nodejs/node/pull/49639
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
Michaël Zasso 2023-04-30 10:24:16 +02:00
parent f34a3a9861
commit 817ef255ea
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
2 changed files with 11 additions and 7 deletions

View File

@ -62,15 +62,12 @@
'<(V8_ROOT)/src/inspector/string-util.cc',
'<(V8_ROOT)/src/inspector/string-util.h',
'<(V8_ROOT)/src/inspector/test-interface.cc',
'<(V8_ROOT)/src/inspector/test-interface.h',
'<(V8_ROOT)/src/inspector/v8-console.cc',
'<(V8_ROOT)/src/inspector/v8-console.h',
'<(V8_ROOT)/src/inspector/v8-console-agent-impl.cc',
'<(V8_ROOT)/src/inspector/v8-console-agent-impl.h',
'<(V8_ROOT)/src/inspector/v8-console-message.cc',
'<(V8_ROOT)/src/inspector/v8-console-message.h',
'<(V8_ROOT)/src/inspector/v8-debugger.cc',
'<(V8_ROOT)/src/inspector/v8-debugger.h',
'<(V8_ROOT)/src/inspector/v8-console.cc',
'<(V8_ROOT)/src/inspector/v8-console.h',
'<(V8_ROOT)/src/inspector/v8-debugger-agent-impl.cc',
'<(V8_ROOT)/src/inspector/v8-debugger-agent-impl.h',
'<(V8_ROOT)/src/inspector/v8-debugger-barrier.cc',
@ -79,6 +76,10 @@
'<(V8_ROOT)/src/inspector/v8-debugger-id.h',
'<(V8_ROOT)/src/inspector/v8-debugger-script.cc',
'<(V8_ROOT)/src/inspector/v8-debugger-script.h',
'<(V8_ROOT)/src/inspector/v8-debugger.cc',
'<(V8_ROOT)/src/inspector/v8-debugger.h',
'<(V8_ROOT)/src/inspector/v8-deep-serializer.cc',
'<(V8_ROOT)/src/inspector/v8-deep-serializer.h',
'<(V8_ROOT)/src/inspector/v8-heap-profiler-agent-impl.cc',
'<(V8_ROOT)/src/inspector/v8-heap-profiler-agent-impl.h',
'<(V8_ROOT)/src/inspector/v8-inspector-impl.cc',
@ -93,12 +94,12 @@
'<(V8_ROOT)/src/inspector/v8-runtime-agent-impl.h',
'<(V8_ROOT)/src/inspector/v8-schema-agent-impl.cc',
'<(V8_ROOT)/src/inspector/v8-schema-agent-impl.h',
'<(V8_ROOT)/src/inspector/v8-serialization-duplicate-tracker.cc',
'<(V8_ROOT)/src/inspector/v8-serialization-duplicate-tracker.h',
'<(V8_ROOT)/src/inspector/v8-stack-trace-impl.cc',
'<(V8_ROOT)/src/inspector/v8-stack-trace-impl.h',
'<(V8_ROOT)/src/inspector/v8-value-utils.cc',
'<(V8_ROOT)/src/inspector/v8-value-utils.h',
'<(V8_ROOT)/src/inspector/v8-webdriver-serializer.cc',
'<(V8_ROOT)/src/inspector/v8-webdriver-serializer.h',
'<(V8_ROOT)/src/inspector/value-mirror.cc',
'<(V8_ROOT)/src/inspector/value-mirror.h',
# Flat merge `third_party/inspector_protocol:inspector_string_conversions`

View File

@ -1265,6 +1265,7 @@
'sources': [
'<(V8_ROOT)/src/base/debug/stack_trace_win.cc',
'<(V8_ROOT)/src/base/platform/platform-win32.cc',
'<(V8_ROOT)/src/base/platform/platform-win32.h',
'<(V8_ROOT)/src/base/win32-headers.h',
],
'defines': ['_CRT_RAND_S'], # for rand_s()
@ -1420,6 +1421,8 @@
'<(V8_ROOT)/src/libplatform/default-job.h',
'<(V8_ROOT)/src/libplatform/default-platform.cc',
'<(V8_ROOT)/src/libplatform/default-platform.h',
'<(V8_ROOT)/src/libplatform/default-thread-isolated-allocator.cc',
'<(V8_ROOT)/src/libplatform/default-thread-isolated-allocator.h',
'<(V8_ROOT)/src/libplatform/default-worker-threads-task-runner.cc',
'<(V8_ROOT)/src/libplatform/default-worker-threads-task-runner.h',
'<(V8_ROOT)/src/libplatform/delayed-task-queue.cc',