Skip to content

Commit 2572d17

Browse files
targosnodejs-ci
authored andcommitted
deps: update v8.gyp
until 8466b71ad81a71a7fccace84c034af251591c5c0
1 parent 7c8212f commit 2572d17

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

deps/v8/gypfiles/v8.gyp

+21-8
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@
221221
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.h',
222222
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.cc',
223223
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.h',
224+
'<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.cc',
225+
'<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.h',
224226
],
225227
'conditions': [
226228
['want_separate_host_toolset==1', {
@@ -567,11 +569,12 @@
567569
'../src/asmjs/asm-scanner.h',
568570
'../src/asmjs/asm-types.cc',
569571
'../src/asmjs/asm-types.h',
570-
'../src/asmjs/switch-logic.h',
571572
'../src/asmjs/switch-logic.cc',
573+
'../src/asmjs/switch-logic.h',
574+
'../src/assembler-arch.h',
575+
'../src/assembler-inl.h',
572576
'../src/assembler.cc',
573577
'../src/assembler.h',
574-
'../src/assembler-inl.h',
575578
'../src/assert-scope.h',
576579
'../src/assert-scope.cc',
577580
'../src/ast/ast-function-literal-id-reindexer.cc',
@@ -656,6 +659,8 @@
656659
'../src/code-events.h',
657660
'../src/code-factory.cc',
658661
'../src/code-factory.h',
662+
'../src/code-reference.cc',
663+
'../src/code-reference.h',
659664
'../src/code-stub-assembler.cc',
660665
'../src/code-stub-assembler.h',
661666
'../src/code-stubs.cc',
@@ -743,8 +748,6 @@
743748
'../src/compiler/instruction.h',
744749
'../src/compiler/int64-lowering.cc',
745750
'../src/compiler/int64-lowering.h',
746-
'../src/compiler/js-builtin-reducer.cc',
747-
'../src/compiler/js-builtin-reducer.h',
748751
'../src/compiler/js-call-reducer.cc',
749752
'../src/compiler/js-call-reducer.h',
750753
'../src/compiler/js-context-specialization.cc',
@@ -866,7 +869,6 @@
866869
'../src/compiler/verifier.h',
867870
'../src/compiler/wasm-compiler.cc',
868871
'../src/compiler/wasm-compiler.h',
869-
'../src/compiler/wasm-linkage.cc',
870872
'../src/compiler/zone-stats.cc',
871873
'../src/compiler/zone-stats.h',
872874
'../src/compiler-dispatcher/compiler-dispatcher.cc',
@@ -1143,7 +1145,6 @@
11431145
'../src/macro-assembler.h',
11441146
'../src/machine-type.cc',
11451147
'../src/machine-type.h',
1146-
'../src/managed.h',
11471148
'../src/messages.cc',
11481149
'../src/messages.h',
11491150
'../src/msan.h',
@@ -1187,9 +1188,11 @@
11871188
'../src/objects/js-regexp.h',
11881189
'../src/objects/js-regexp-string-iterator-inl.h',
11891190
'../src/objects/js-regexp-string-iterator.h',
1190-
'../src/objects/literal-objects.cc',
11911191
'../src/objects/literal-objects-inl.h',
1192+
'../src/objects/literal-objects.cc',
11921193
'../src/objects/literal-objects.h',
1194+
'../src/objects/managed.cc',
1195+
'../src/objects/managed.h',
11931196
'../src/objects/map-inl.h',
11941197
'../src/objects/map.h',
11951198
'../src/objects/maybe-object-inl.h',
@@ -1219,6 +1222,8 @@
12191222
'../src/objects/string-table.h',
12201223
'../src/objects/template-objects.cc',
12211224
'../src/objects/template-objects.h',
1225+
'../src/objects/templates-inl.h',
1226+
'../src/objects/templates.h',
12221227
'../src/optimized-compilation-info.cc',
12231228
'../src/optimized-compilation-info.h',
12241229
'../src/ostreams.cc',
@@ -1466,13 +1471,16 @@
14661471
'../src/wasm/baseline/liftoff-assembler.cc',
14671472
'../src/wasm/baseline/liftoff-assembler.h',
14681473
'../src/wasm/baseline/liftoff-compiler.cc',
1474+
'../src/wasm/baseline/liftoff-compiler.h',
14691475
'../src/wasm/baseline/liftoff-register.h',
14701476
'../src/wasm/compilation-manager.cc',
14711477
'../src/wasm/compilation-manager.h',
14721478
'../src/wasm/decoder.h',
1479+
'../src/wasm/function-body-decoder-impl.h',
14731480
'../src/wasm/function-body-decoder.cc',
14741481
'../src/wasm/function-body-decoder.h',
1475-
'../src/wasm/function-body-decoder-impl.h',
1482+
'../src/wasm/function-compiler.h',
1483+
'../src/wasm/function-compiler.cc',
14761484
'../src/wasm/leb-helper.h',
14771485
'../src/wasm/local-decl-encoder.cc',
14781486
'../src/wasm/local-decl-encoder.h',
@@ -1486,6 +1494,7 @@
14861494
'../src/wasm/signature-map.h',
14871495
'../src/wasm/streaming-decoder.cc',
14881496
'../src/wasm/streaming-decoder.h',
1497+
'../src/wasm/value-type.h',
14891498
'../src/wasm/wasm-code-manager.cc',
14901499
'../src/wasm/wasm-code-manager.h',
14911500
'../src/wasm/wasm-code-specialization.cc',
@@ -1499,6 +1508,7 @@
14991508
'../src/wasm/wasm-js.cc',
15001509
'../src/wasm/wasm-js.h',
15011510
'../src/wasm/wasm-limits.h',
1511+
'../src/wasm/wasm-linkage.h',
15021512
'../src/wasm/wasm-memory.cc',
15031513
'../src/wasm/wasm-memory.h',
15041514
'../src/wasm/wasm-module.cc',
@@ -2838,13 +2848,16 @@
28382848
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)torque<(EXECUTABLE_SUFFIX)',
28392849
'../src/builtins/base.tq',
28402850
'../src/builtins/array.tq',
2851+
'../src/builtins/typed-array.tq',
28412852
],
28422853
'outputs': [
28432854
'<(SHARED_INTERMEDIATE_DIR)/builtin-definitions-from-dsl.h',
28442855
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.cc',
28452856
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.h',
28462857
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.cc',
28472858
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.h',
2859+
'<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.cc',
2860+
'<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.h',
28482861
],
28492862
'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)'],
28502863
},

0 commit comments

Comments
 (0)