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': [ |
11 '../src/d8.gyp:d8', | 11 '../src/d8.gyp:d8', |
12 ], | 12 ], |
13 'conditions': [ | 13 'conditions': [ |
14 ['component!="shared_library"', { | 14 ['component!="shared_library"', { |
15 'dependencies': [ | 15 'dependencies': [ |
16 '../tools/parser-shell.gyp:parser-shell', | 16 '../tools/parser-shell.gyp:parser-shell', |
17 ], | 17 ], |
18 }], | 18 }], |
19 # These items don't compile for Android on Mac. | 19 # These items don't compile for Android on Mac. |
20 ['host_os!="mac" or OS!="android"', { | 20 ['host_os!="mac" or OS!="android"', { |
21 'dependencies': [ | 21 'dependencies': [ |
22 '../samples/samples.gyp:*', | 22 '../samples/samples.gyp:*', |
23 '../test/cctest/cctest.gyp:*', | 23 '../test/cctest/cctest.gyp:*', |
24 '../test/fuzzer/fuzzer.gyp:*', | 24 '../test/fuzzer/fuzzer.gyp:*', |
25 '../test/inspector_protocol_parser_test/inspector_protocol_parser_te
st.gyp:*', | |
26 '../test/unittests/unittests.gyp:*', | 25 '../test/unittests/unittests.gyp:*', |
27 ], | 26 ], |
28 }], | 27 }], |
29 ['test_isolation_mode != "noop"', { | 28 ['test_isolation_mode != "noop"', { |
30 'dependencies': [ | 29 'dependencies': [ |
31 '../test/bot_default.gyp:*', | 30 '../test/bot_default.gyp:*', |
32 '../test/benchmarks/benchmarks.gyp:*', | 31 '../test/benchmarks/benchmarks.gyp:*', |
33 '../test/default.gyp:*', | 32 '../test/default.gyp:*', |
34 '../test/ignition.gyp:*', | 33 '../test/ignition.gyp:*', |
35 '../test/intl/intl.gyp:*', | 34 '../test/intl/intl.gyp:*', |
36 '../test/message/message.gyp:*', | 35 '../test/message/message.gyp:*', |
37 '../test/mjsunit/mjsunit.gyp:*', | 36 '../test/mjsunit/mjsunit.gyp:*', |
38 '../test/mozilla/mozilla.gyp:*', | 37 '../test/mozilla/mozilla.gyp:*', |
39 '../test/optimize_for_size.gyp:*', | 38 '../test/optimize_for_size.gyp:*', |
40 '../test/perf.gyp:*', | 39 '../test/perf.gyp:*', |
41 '../test/preparser/preparser.gyp:*', | 40 '../test/preparser/preparser.gyp:*', |
42 '../test/simdjs/simdjs.gyp:*', | 41 '../test/simdjs/simdjs.gyp:*', |
43 '../test/test262/test262.gyp:*', | 42 '../test/test262/test262.gyp:*', |
44 '../test/webkit/webkit.gyp:*', | 43 '../test/webkit/webkit.gyp:*', |
45 '../tools/check-static-initializers.gyp:*', | 44 '../tools/check-static-initializers.gyp:*', |
46 '../tools/gcmole/run_gcmole.gyp:*', | 45 '../tools/gcmole/run_gcmole.gyp:*', |
47 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', | 46 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', |
48 '../tools/run-deopt-fuzzer.gyp:*', | 47 '../tools/run-deopt-fuzzer.gyp:*', |
49 '../tools/run-valgrind.gyp:*', | 48 '../tools/run-valgrind.gyp:*', |
50 ], | 49 ], |
51 }], | 50 }], |
52 ] | 51 ] |
53 } | 52 } |
54 ] | 53 ] |
55 } | 54 } |
OLD | NEW |