Skip to content

Commit 968845c

Browse files
targosnodejs-ci
authored andcommitted
deps: update v8.gyp
until 8ae6bc6068e9ba0905602035edb8e46dbbe7f35e
1 parent ec2ab68 commit 968845c

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

deps/v8/gypfiles/v8.gyp

+30-21
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
],
126126
'sources': [
127127
'../src/setup-isolate-full.cc',
128-
'<(SHARED_INTERMEDIATE_DIR)/builtin-definitions-from-dsl.h',
128+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtin-definitions-from-dsl.h',
129129
],
130130
'conditions': [
131131
['want_separate_host_toolset==1', {
@@ -217,12 +217,12 @@
217217
'../src/interpreter/interpreter-intrinsics-generator.h',
218218
'../src/interpreter/setup-interpreter-internal.cc',
219219
'../src/interpreter/setup-interpreter.h',
220-
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.cc',
221-
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.h',
222-
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.cc',
223-
'<(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',
220+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-array-from-dsl-gen.cc',
221+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-array-from-dsl-gen.h',
222+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.cc',
223+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.h',
224+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
225+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
226226
],
227227
'conditions': [
228228
['want_separate_host_toolset==1', {
@@ -560,6 +560,7 @@
560560
'../src/api-natives.h',
561561
'../src/arguments.cc',
562562
'../src/arguments.h',
563+
'../src/asan.h',
563564
'../src/asmjs/asm-js.cc',
564565
'../src/asmjs/asm-js.h',
565566
'../src/asmjs/asm-names.h',
@@ -706,6 +707,10 @@
706707
'../src/compiler/common-operator-reducer.h',
707708
'../src/compiler/common-operator.cc',
708709
'../src/compiler/common-operator.h',
710+
'../src/compiler/compiler-source-position-table.cc',
711+
'../src/compiler/compiler-source-position-table.h',
712+
'../src/compiler/constant-folding-reducer.cc',
713+
'../src/compiler/constant-folding-reducer.h',
709714
'../src/compiler/control-equivalence.cc',
710715
'../src/compiler/control-equivalence.h',
711716
'../src/compiler/control-flow-optimizer.cc',
@@ -850,20 +855,20 @@
850855
'../src/compiler/simplified-operator-reducer.h',
851856
'../src/compiler/simplified-operator.cc',
852857
'../src/compiler/simplified-operator.h',
853-
'../src/compiler/compiler-source-position-table.cc',
854-
'../src/compiler/compiler-source-position-table.h',
855858
'../src/compiler/state-values-utils.cc',
856859
'../src/compiler/state-values-utils.h',
857860
'../src/compiler/store-store-elimination.cc',
858861
'../src/compiler/store-store-elimination.h',
859-
'../src/compiler/types.cc',
860-
'../src/compiler/types.h',
861862
'../src/compiler/type-cache.cc',
862863
'../src/compiler/type-cache.h',
864+
'../src/compiler/type-narrowing-reducer.cc',
865+
'../src/compiler/type-narrowing-reducer.h',
863866
'../src/compiler/typed-optimization.cc',
864867
'../src/compiler/typed-optimization.h',
865868
'../src/compiler/typer.cc',
866869
'../src/compiler/typer.h',
870+
'../src/compiler/types.cc',
871+
'../src/compiler/types.h',
867872
'../src/compiler/unwinding-info-writer.h',
868873
'../src/compiler/value-numbering-reducer.cc',
869874
'../src/compiler/value-numbering-reducer.h',
@@ -1210,6 +1215,9 @@
12101215
'../src/objects/name.h',
12111216
'../src/objects/object-macros-undef.h',
12121217
'../src/objects/object-macros.h',
1218+
'../src/objects/ordered-hash-table-inl.h',
1219+
'../src/objects/ordered-hash-table.cc',
1220+
'../src/objects/ordered-hash-table.h',
12131221
'../src/objects/promise-inl.h',
12141222
'../src/objects/promise.h',
12151223
'../src/objects/property-descriptor-object-inl.h',
@@ -1547,7 +1555,7 @@
15471555
'../src/zone/zone-containers.h',
15481556
'../src/zone/zone-handle-set.h',
15491557
'../src/zone/zone-list-inl.h',
1550-
'<(SHARED_INTERMEDIATE_DIR)/builtin-definitions-from-dsl.h',
1558+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtin-definitions-from-dsl.h',
15511559
],
15521560
'conditions': [
15531561
['want_separate_host_toolset==1', {
@@ -2523,6 +2531,7 @@
25232531
'../src/torque/ast-generator.cc',
25242532
'../src/torque/ast-generator.h',
25252533
'../src/torque/ast.h',
2534+
'../src/torque/declarable.cc',
25262535
'../src/torque/declarable.h',
25272536
'../src/torque/declaration-visitor.cc',
25282537
'../src/torque/declaration-visitor.h',
@@ -2866,15 +2875,15 @@
28662875
'../src/builtins/typed-array.tq',
28672876
],
28682877
'outputs': [
2869-
'<(SHARED_INTERMEDIATE_DIR)/builtin-definitions-from-dsl.h',
2870-
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.cc',
2871-
'<(SHARED_INTERMEDIATE_DIR)/builtins-array-from-dsl-gen.h',
2872-
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.cc',
2873-
'<(SHARED_INTERMEDIATE_DIR)/builtins-base-from-dsl-gen.h',
2874-
'<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.cc',
2875-
'<(SHARED_INTERMEDIATE_DIR)/builtins-typed-array-from-dsl-gen.h',
2876-
],
2877-
'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)'],
2878+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtin-definitions-from-dsl.h',
2879+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-array-from-dsl-gen.cc',
2880+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-array-from-dsl-gen.h',
2881+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.cc',
2882+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.h',
2883+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
2884+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
2885+
],
2886+
'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated'],
28782887
},
28792888
],
28802889
},

0 commit comments

Comments
 (0)