Skip to content

Commit fcd54a9

Browse files
targosnodejs-ci
authored andcommitted
deps: update v8.gyp
until c2614f9f7db48a39253fbb91322d95268825599e
1 parent 1590574 commit fcd54a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deps/v8/gypfiles/v8.gyp

+7
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@
223223
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.h',
224224
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
225225
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
226+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.cc',
227+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.h',
226228
],
227229
'conditions': [
228230
['want_separate_host_toolset==1', {
@@ -1344,6 +1346,7 @@
13441346
'../src/runtime/runtime-classes.cc',
13451347
'../src/runtime/runtime-collections.cc',
13461348
'../src/runtime/runtime-compiler.cc',
1349+
'../src/runtime/runtime-dataview.cc',
13471350
'../src/runtime/runtime-date.cc',
13481351
'../src/runtime/runtime-debug.cc',
13491352
'../src/runtime/runtime-forin.cc',
@@ -1950,6 +1953,7 @@
19501953
'../src/base/ieee754.h',
19511954
'../src/base/iterator.h',
19521955
'../src/base/lazy-instance.h',
1956+
'../src/base/list.h',
19531957
'../src/base/logging.cc',
19541958
'../src/base/logging.h',
19551959
'../src/base/macros.h',
@@ -2881,6 +2885,7 @@
28812885
'../src/builtins/base.tq',
28822886
'../src/builtins/array.tq',
28832887
'../src/builtins/typed-array.tq',
2888+
'../src/builtins/data-view.tq',
28842889
],
28852890
'outputs': [
28862891
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtin-definitions-from-dsl.h',
@@ -2890,6 +2895,8 @@
28902895
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.h',
28912896
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
28922897
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
2898+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.cc',
2899+
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.h',
28932900
],
28942901
'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated'],
28952902
},

0 commit comments

Comments
 (0)