Skip to content

Commit 9c6219c

Browse files
committed
tools: update V8 gypfiles for 11.7
PR-URL: #49639 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 73ddf50 commit 9c6219c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/v8_gypfiles/v8.gyp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1720,9 +1720,7 @@
17201720
'toolsets': ['host', 'target'],
17211721
'direct_dependent_settings': {
17221722
'sources': [
1723-
'<(V8_ROOT)/src/heap/base/active-system-pages.cc',
1724-
'<(V8_ROOT)/src/heap/base/stack.cc',
1725-
'<(V8_ROOT)/src/heap/base/worklist.cc',
1723+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_heap_base.*?sources = ")',
17261724
],
17271725
'conditions': [
17281726
['enable_lto=="true"', {
@@ -1891,6 +1889,8 @@
18911889
'<(V8_ROOT)/src/objects/heap-object.h',
18921890
'<(V8_ROOT)/src/objects/heap-object-inl.h',
18931891
'<(V8_ROOT)/src/objects/instance-type.h',
1892+
'<(V8_ROOT)/src/objects/instance-type-checker.h',
1893+
'<(V8_ROOT)/src/objects/instance-type-inl.h',
18941894
'<(V8_ROOT)/src/objects/js-array-buffer.h',
18951895
'<(V8_ROOT)/src/objects/js-array-buffer-inl.h',
18961896
'<(V8_ROOT)/src/objects/js-array.h',

0 commit comments

Comments
 (0)