Skip to content

Commit eeee442

Browse files
committed
tools: update V8 gypfiles for 13.8
1 parent 8aa6e72 commit eeee442

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
@@ -476,6 +476,16 @@
476476
'mksnapshot_flags': ['--no-native-code-counters'],
477477
},
478478
}],
479+
['build_type=="Debug"', {
480+
'outputs': [
481+
'<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc',
482+
],
483+
'variables': {
484+
'mksnapshot_flags': [
485+
'--builtins-effects-src', '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc',
486+
],
487+
},
488+
}],
479489
],
480490
'action': [
481491
'>@(_inputs)',
@@ -2145,6 +2155,8 @@
21452155
'<(V8_ROOT)/src/objects/megadom-handler-inl.h',
21462156
'<(V8_ROOT)/src/objects/name.h',
21472157
'<(V8_ROOT)/src/objects/name-inl.h',
2158+
'<(V8_ROOT)/src/objects/number-string-cache.h',
2159+
'<(V8_ROOT)/src/objects/number-string-cache-inl.h',
21482160
'<(V8_ROOT)/src/objects/objects.h',
21492161
'<(V8_ROOT)/src/objects/objects-inl.h',
21502162
'<(V8_ROOT)/src/objects/oddball.h',

0 commit comments

Comments
 (0)