Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
until c2614f9f7db48a39253fbb91322d95268825599e
  • Loading branch information
targos authored and nodejs-ci committed May 26, 2018
1 parent 2674627 commit b1360b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.h',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.cc',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.h',
],
'conditions': [
['want_separate_host_toolset==1', {
Expand Down Expand Up @@ -1344,6 +1346,7 @@
'../src/runtime/runtime-classes.cc',
'../src/runtime/runtime-collections.cc',
'../src/runtime/runtime-compiler.cc',
'../src/runtime/runtime-dataview.cc',
'../src/runtime/runtime-date.cc',
'../src/runtime/runtime-debug.cc',
'../src/runtime/runtime-forin.cc',
Expand Down Expand Up @@ -1950,6 +1953,7 @@
'../src/base/ieee754.h',
'../src/base/iterator.h',
'../src/base/lazy-instance.h',
'../src/base/list.h',
'../src/base/logging.cc',
'../src/base/logging.h',
'../src/base/macros.h',
Expand Down Expand Up @@ -2881,6 +2885,7 @@
'../src/builtins/base.tq',
'../src/builtins/array.tq',
'../src/builtins/typed-array.tq',
'../src/builtins/data-view.tq',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtin-definitions-from-dsl.h',
Expand All @@ -2890,6 +2895,8 @@
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.h',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.cc',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-typed-array-from-dsl-gen.h',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.cc',
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-data-view-from-dsl-gen.h',
],
'action': ['<@(_inputs)', '-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated'],
},
Expand Down

0 comments on commit b1360b6

Please sign in to comment.