OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 13 matching lines...) Expand all Loading... |
24 'dependencies': [ | 24 'dependencies': [ |
25 '../test/bot_default.gyp:*', | 25 '../test/bot_default.gyp:*', |
26 '../test/benchmarks/benchmarks.gyp:*', | 26 '../test/benchmarks/benchmarks.gyp:*', |
27 '../test/default.gyp:*', | 27 '../test/default.gyp:*', |
28 '../test/ignition.gyp:*', | 28 '../test/ignition.gyp:*', |
29 '../test/intl/intl.gyp:*', | 29 '../test/intl/intl.gyp:*', |
30 '../test/message/message.gyp:*', | 30 '../test/message/message.gyp:*', |
31 '../test/mjsunit/mjsunit.gyp:*', | 31 '../test/mjsunit/mjsunit.gyp:*', |
32 '../test/mozilla/mozilla.gyp:*', | 32 '../test/mozilla/mozilla.gyp:*', |
33 '../test/optimize_for_size.gyp:*', | 33 '../test/optimize_for_size.gyp:*', |
| 34 '../test/perf.gyp:*', |
34 '../test/preparser/preparser.gyp:*', | 35 '../test/preparser/preparser.gyp:*', |
35 '../test/simdjs/simdjs.gyp:*', | 36 '../test/simdjs/simdjs.gyp:*', |
36 '../test/test262/test262.gyp:*', | 37 '../test/test262/test262.gyp:*', |
37 '../test/webkit/webkit.gyp:*', | 38 '../test/webkit/webkit.gyp:*', |
38 '../tools/check-static-initializers.gyp:*', | 39 '../tools/check-static-initializers.gyp:*', |
39 ], | 40 ], |
40 }], | 41 }], |
41 ] | 42 ] |
42 } | 43 } |
43 ] | 44 ] |
44 } | 45 } |
OLD | NEW |