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 20 matching lines...) Expand all Loading... |
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/perf.gyp:*', |
35 '../test/preparser/preparser.gyp:*', | 35 '../test/preparser/preparser.gyp:*', |
36 '../test/simdjs/simdjs.gyp:*', | 36 '../test/simdjs/simdjs.gyp:*', |
37 '../test/test262/test262.gyp:*', | 37 '../test/test262/test262.gyp:*', |
38 '../test/webkit/webkit.gyp:*', | 38 '../test/webkit/webkit.gyp:*', |
39 '../tools/check-static-initializers.gyp:*', | 39 '../tools/check-static-initializers.gyp:*', |
40 '../tools/gcmole/run_gcmole.gyp:*', | 40 '../tools/gcmole/run_gcmole.gyp:*', |
| 41 '../tools/run-deopt-fuzzer.gyp:*', |
41 '../tools/run-valgrind.gyp:*', | 42 '../tools/run-valgrind.gyp:*', |
42 ], | 43 ], |
43 }], | 44 }], |
44 ] | 45 ] |
45 } | 46 } |
46 ] | 47 ] |
47 } | 48 } |
OLD | NEW |