mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: update V8 gypfiles for 11.7
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:
parent
73ddf50163
commit
9c6219c7e2
@ -1720,9 +1720,7 @@
|
||||
'toolsets': ['host', 'target'],
|
||||
'direct_dependent_settings': {
|
||||
'sources': [
|
||||
'<(V8_ROOT)/src/heap/base/active-system-pages.cc',
|
||||
'<(V8_ROOT)/src/heap/base/stack.cc',
|
||||
'<(V8_ROOT)/src/heap/base/worklist.cc',
|
||||
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_heap_base.*?sources = ")',
|
||||
],
|
||||
'conditions': [
|
||||
['enable_lto=="true"', {
|
||||
@ -1891,6 +1889,8 @@
|
||||
'<(V8_ROOT)/src/objects/heap-object.h',
|
||||
'<(V8_ROOT)/src/objects/heap-object-inl.h',
|
||||
'<(V8_ROOT)/src/objects/instance-type.h',
|
||||
'<(V8_ROOT)/src/objects/instance-type-checker.h',
|
||||
'<(V8_ROOT)/src/objects/instance-type-inl.h',
|
||||
'<(V8_ROOT)/src/objects/js-array-buffer.h',
|
||||
'<(V8_ROOT)/src/objects/js-array-buffer-inl.h',
|
||||
'<(V8_ROOT)/src/objects/js-array.h',
|
||||
|
Loading…
Reference in New Issue
Block a user