mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
tools: update V8 gypfiles for 13.8
PR-URL: https://github.com/nodejs/node/pull/59805 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
a71ae18ac8
commit
085a94ac9b
|
|
@ -480,6 +480,16 @@
|
||||||
'mksnapshot_flags': ['--no-native-code-counters'],
|
'mksnapshot_flags': ['--no-native-code-counters'],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
['build_type=="Debug"', {
|
||||||
|
'outputs': [
|
||||||
|
'<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc',
|
||||||
|
],
|
||||||
|
'variables': {
|
||||||
|
'mksnapshot_flags': [
|
||||||
|
'--builtins-effects-src', '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
'action': [
|
'action': [
|
||||||
'>@(_inputs)',
|
'>@(_inputs)',
|
||||||
|
|
@ -2149,6 +2159,8 @@
|
||||||
'<(V8_ROOT)/src/objects/megadom-handler-inl.h',
|
'<(V8_ROOT)/src/objects/megadom-handler-inl.h',
|
||||||
'<(V8_ROOT)/src/objects/name.h',
|
'<(V8_ROOT)/src/objects/name.h',
|
||||||
'<(V8_ROOT)/src/objects/name-inl.h',
|
'<(V8_ROOT)/src/objects/name-inl.h',
|
||||||
|
'<(V8_ROOT)/src/objects/number-string-cache.h',
|
||||||
|
'<(V8_ROOT)/src/objects/number-string-cache-inl.h',
|
||||||
'<(V8_ROOT)/src/objects/objects.h',
|
'<(V8_ROOT)/src/objects/objects.h',
|
||||||
'<(V8_ROOT)/src/objects/objects-inl.h',
|
'<(V8_ROOT)/src/objects/objects-inl.h',
|
||||||
'<(V8_ROOT)/src/objects/oddball.h',
|
'<(V8_ROOT)/src/objects/oddball.h',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user