blob: feaf4fecccabf569ba16c0fcaba14d7c9c10b03a [file] [log] [blame]
Ben Murdoch589d6972011-11-30 16:04:58 +00001# Copyright 2011 the V8 project authors. All rights reserved.
Ben Murdochb0fe1622011-05-05 13:52:32 +01002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
8 'target_name': 'All',
9 'type': 'none',
10 'dependencies': [
11 '../samples/samples.gyp:*',
Ben Murdoch3fb3ca82011-12-02 17:19:32 +000012 '../src/d8.gyp:d8',
Ben Murdoch589d6972011-11-30 16:04:58 +000013 '../test/cctest/cctest.gyp:*',
Ben Murdoch097c5b22016-05-18 11:27:45 +010014 '../test/fuzzer/fuzzer.gyp:*',
Emily Bernierd0a1eb72015-03-24 16:35:39 -040015 '../test/unittests/unittests.gyp:*',
Ben Murdoch3fb3ca82011-12-02 17:19:32 +000016 ],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000017 'conditions': [
18 ['component!="shared_library"', {
19 'dependencies': [
Emily Bernierd0a1eb72015-03-24 16:35:39 -040020 '../tools/parser-shell.gyp:parser-shell',
Ben Murdochb8a8cc12014-11-26 15:28:44 +000021 ],
22 }],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000023 ['test_isolation_mode != "noop"', {
24 'dependencies': [
25 '../test/bot_default.gyp:*',
26 '../test/benchmarks/benchmarks.gyp:*',
27 '../test/default.gyp:*',
28 '../test/ignition.gyp:*',
29 '../test/intl/intl.gyp:*',
30 '../test/message/message.gyp:*',
31 '../test/mjsunit/mjsunit.gyp:*',
32 '../test/mozilla/mozilla.gyp:*',
33 '../test/optimize_for_size.gyp:*',
Ben Murdoch097c5b22016-05-18 11:27:45 +010034 '../test/perf.gyp:*',
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000035 '../test/preparser/preparser.gyp:*',
36 '../test/simdjs/simdjs.gyp:*',
37 '../test/test262/test262.gyp:*',
38 '../test/webkit/webkit.gyp:*',
39 '../tools/check-static-initializers.gyp:*',
Ben Murdoch097c5b22016-05-18 11:27:45 +010040 '../tools/gcmole/run_gcmole.gyp:*',
41 '../tools/jsfunfuzz/jsfunfuzz.gyp:*',
42 '../tools/run-deopt-fuzzer.gyp:*',
43 '../tools/run-valgrind.gyp:*',
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000044 ],
45 }],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000046 ]
Ben Murdochb0fe1622011-05-05 13:52:32 +010047 }
48 ]
49}