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 16 matching lines...) Expand all Loading... |
27 '../test/ignition.gyp:*', | 27 '../test/ignition.gyp:*', |
28 '../test/intl/intl.gyp:*', | 28 '../test/intl/intl.gyp:*', |
29 '../test/message/message.gyp:*', | 29 '../test/message/message.gyp:*', |
30 '../test/mjsunit/mjsunit.gyp:*', | 30 '../test/mjsunit/mjsunit.gyp:*', |
31 '../test/mozilla/mozilla.gyp:*', | 31 '../test/mozilla/mozilla.gyp:*', |
32 '../test/optimize_for_size.gyp:*', | 32 '../test/optimize_for_size.gyp:*', |
33 '../test/preparser/preparser.gyp:*', | 33 '../test/preparser/preparser.gyp:*', |
34 '../test/simdjs/simdjs.gyp:*', | 34 '../test/simdjs/simdjs.gyp:*', |
35 '../test/test262/test262.gyp:*', | 35 '../test/test262/test262.gyp:*', |
36 '../test/webkit/webkit.gyp:*', | 36 '../test/webkit/webkit.gyp:*', |
| 37 '../tools/check-static-initializers.gyp:*', |
37 ], | 38 ], |
38 }], | 39 }], |
39 ] | 40 ] |
40 } | 41 } |
41 ] | 42 ] |
42 } | 43 } |
OLD | NEW |