| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index ad4c5213de378fb732bd20417b53cb71aa781efa..0195083b0180ba6e167995a0201abe6fb629f7f9 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -22,12 +22,15 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'dependencies': [
|
| '../test/bot_default.gyp:*',
|
| + '../test/benchmarks/benchmarks.gyp:*',
|
| '../test/default.gyp:*',
|
| '../test/intl/intl.gyp:*',
|
| '../test/message/message.gyp:*',
|
| '../test/mjsunit/mjsunit.gyp:*',
|
| + '../test/mozilla/mozilla.gyp:*',
|
| '../test/optimize_for_size.gyp:*',
|
| '../test/preparser/preparser.gyp:*',
|
| + '../test/simdjs/simdjs.gyp:*',
|
| '../test/test262/test262.gyp:*',
|
| '../test/webkit/webkit.gyp:*',
|
| ],
|
|
|