File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Original file line number Diff line number Diff line change 26
26
'<(SHARED_INTERMEDIATE_DIR)' ,
27
27
],
28
28
'sources' : [
29
- '<(SHARED_INTERMEDIATE_DIR)/d8-js.cc' ,
30
29
'../src/async-hooks-wrapper.cc' ,
31
30
'../src/async-hooks-wrapper.h' ,
32
31
'../src/d8-console.cc' ,
33
32
'../src/d8-console.h' ,
33
+ '../src/d8-js.cc' ,
34
34
'../src/d8-platforms.cc' ,
35
35
'../src/d8-platforms.h' ,
36
36
'../src/d8.cc' ,
42
42
'dependencies' : [
43
43
'd8_js2c#host' ,
44
44
],
45
- }, {
46
- 'dependencies' : [
47
- 'd8_js2c' ,
48
- ],
49
45
}],
50
46
['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
51
47
or OS=="openbsd" or OS=="solaris" or OS=="android" \
84
80
}],
85
81
],
86
82
},
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
- },
123
83
],
124
84
}
Original file line number Diff line number Diff line change 18
18
"../src/builtins/arguments.tq" ,
19
19
"../src/builtins/array.tq" ,
20
20
"../src/builtins/array-copywithin.tq" ,
21
+ "../src/builtins/array-filter.tq" ,
21
22
"../src/builtins/array-foreach.tq" ,
22
23
"../src/builtins/array-join.tq" ,
23
24
"../src/builtins/array-lastindexof.tq" ,
You can’t perform that action at this time.
0 commit comments