Skip to content

Commit b5a1d52

Browse files
committed
tools: update V8 gypfiles for 13.8
1 parent f633b97 commit b5a1d52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,16 @@
480480
'mksnapshot_flags': ['--no-native-code-counters'],
481481
},
482482
}],
483+
['build_type=="Debug"', {
484+
'outputs': [
485+
'<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc',
486+
],
487+
'variables': {
488+
'mksnapshot_flags': [
489+
'--builtins-effects-src', '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc',
490+
],
491+
},
492+
}],
483493
],
484494
'action': [
485495
'>@(_inputs)',
@@ -2149,6 +2159,8 @@
21492159
'<(V8_ROOT)/src/objects/megadom-handler-inl.h',
21502160
'<(V8_ROOT)/src/objects/name.h',
21512161
'<(V8_ROOT)/src/objects/name-inl.h',
2162+
'<(V8_ROOT)/src/objects/number-string-cache.h',
2163+
'<(V8_ROOT)/src/objects/number-string-cache-inl.h',
21522164
'<(V8_ROOT)/src/objects/objects.h',
21532165
'<(V8_ROOT)/src/objects/objects-inl.h',
21542166
'<(V8_ROOT)/src/objects/oddball.h',

0 commit comments

Comments
 (0)