| 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 29 matching lines...) Expand all Loading... |
| 40 '../test/bot_default.gyp:*', | 40 '../test/bot_default.gyp:*', |
| 41 '../test/benchmarks/benchmarks.gyp:*', | 41 '../test/benchmarks/benchmarks.gyp:*', |
| 42 '../test/default.gyp:*', | 42 '../test/default.gyp:*', |
| 43 '../test/intl/intl.gyp:*', | 43 '../test/intl/intl.gyp:*', |
| 44 '../test/message/message.gyp:*', | 44 '../test/message/message.gyp:*', |
| 45 '../test/mjsunit/mjsunit.gyp:*', | 45 '../test/mjsunit/mjsunit.gyp:*', |
| 46 '../test/mozilla/mozilla.gyp:*', | 46 '../test/mozilla/mozilla.gyp:*', |
| 47 '../test/optimize_for_size.gyp:*', | 47 '../test/optimize_for_size.gyp:*', |
| 48 '../test/perf.gyp:*', | 48 '../test/perf.gyp:*', |
| 49 '../test/preparser/preparser.gyp:*', | 49 '../test/preparser/preparser.gyp:*', |
| 50 '../test/simdjs/simdjs.gyp:*', | |
| 51 '../test/test262/test262.gyp:*', | 50 '../test/test262/test262.gyp:*', |
| 52 '../test/webkit/webkit.gyp:*', | 51 '../test/webkit/webkit.gyp:*', |
| 53 '../tools/check-static-initializers.gyp:*', | 52 '../tools/check-static-initializers.gyp:*', |
| 54 '../tools/gcmole/run_gcmole.gyp:*', | 53 '../tools/gcmole/run_gcmole.gyp:*', |
| 55 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', | 54 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', |
| 56 '../tools/run-deopt-fuzzer.gyp:*', | 55 '../tools/run-deopt-fuzzer.gyp:*', |
| 57 '../tools/run-valgrind.gyp:*', | 56 '../tools/run-valgrind.gyp:*', |
| 58 ], | 57 ], |
| 59 }], | 58 }], |
| 60 ] | 59 ] |
| 61 } | 60 } |
| 62 ] | 61 ] |
| 63 } | 62 } |
| OLD | NEW |