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