Skip to content

Commit cd0c07b

Browse files
ryzokukennodejs-ci
authored andcommitted
deps: update v8.gyp and d8.gyp
until 780818726ad1f3a53efa77d4b98fe592e9705c35
1 parent dd0c215 commit cd0c07b

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

deps/v8/gypfiles/d8.gyp

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
'<(SHARED_INTERMEDIATE_DIR)',
2727
],
2828
'sources': [
29-
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
3029
'../src/async-hooks-wrapper.cc',
3130
'../src/async-hooks-wrapper.h',
3231
'../src/d8-console.cc',
3332
'../src/d8-console.h',
33+
'../src/d8-js.cc',
3434
'../src/d8-platforms.cc',
3535
'../src/d8-platforms.h',
3636
'../src/d8.cc',
@@ -42,10 +42,6 @@
4242
'dependencies': [
4343
'd8_js2c#host',
4444
],
45-
}, {
46-
'dependencies': [
47-
'd8_js2c',
48-
],
4945
}],
5046
['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
5147
or OS=="openbsd" or OS=="solaris" or OS=="android" \
@@ -84,41 +80,5 @@
8480
}],
8581
],
8682
},
87-
{
88-
'target_name': 'd8_js2c',
89-
'type': 'none',
90-
'variables': {
91-
'js_files': [
92-
'../src/d8.js',
93-
'../src/js/macros.py',
94-
],
95-
},
96-
'conditions': [
97-
[ 'want_separate_host_toolset==1', {
98-
'toolsets': ['host'],
99-
}, {
100-
'toolsets': ['target'],
101-
}]
102-
],
103-
'actions': [
104-
{
105-
'action_name': 'd8_js2c',
106-
'inputs': [
107-
'../tools/js2c.py',
108-
'<@(js_files)',
109-
],
110-
'outputs': [
111-
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
112-
],
113-
'action': [
114-
'python',
115-
'../tools/js2c.py',
116-
'<@(_outputs)',
117-
'D8',
118-
'<@(js_files)'
119-
],
120-
},
121-
],
122-
},
12383
],
12484
}

deps/v8/gypfiles/v8.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"../src/builtins/arguments.tq",
1919
"../src/builtins/array.tq",
2020
"../src/builtins/array-copywithin.tq",
21+
"../src/builtins/array-filter.tq",
2122
"../src/builtins/array-foreach.tq",
2223
"../src/builtins/array-join.tq",
2324
"../src/builtins/array-lastindexof.tq",

0 commit comments

Comments
 (0)