2011-09-01 11:28:10 +00:00
|
|
|
# Copyright 2011 the V8 project authors. All rights reserved.
|
2010-12-14 08:16:39 +00:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'All',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../samples/samples.gyp:*',
|
2014-01-15 14:24:32 +00:00
|
|
|
'../src/d8.gyp:d8',
|
2011-08-31 14:15:42 +00:00
|
|
|
'../test/cctest/cctest.gyp:*',
|
2014-10-01 08:34:25 +00:00
|
|
|
'../test/unittests/unittests.gyp:*',
|
2011-07-14 14:42:46 +00:00
|
|
|
],
|
2013-11-13 12:59:49 +00:00
|
|
|
'conditions': [
|
|
|
|
['component!="shared_library"', {
|
|
|
|
'dependencies': [
|
2014-10-23 11:42:30 +00:00
|
|
|
'../tools/parser-shell.gyp:parser-shell',
|
2013-11-13 12:59:49 +00:00
|
|
|
],
|
|
|
|
}],
|
2015-10-05 09:48:25 +00:00
|
|
|
['test_isolation_mode != "noop"', {
|
|
|
|
'dependencies': [
|
2015-10-19 09:52:33 +00:00
|
|
|
'../test/bot_default.gyp:*',
|
2015-10-05 09:48:25 +00:00
|
|
|
'../test/default.gyp:*',
|
|
|
|
'../test/intl/intl.gyp:*',
|
|
|
|
'../test/message/message.gyp:*',
|
|
|
|
'../test/mjsunit/mjsunit.gyp:*',
|
2015-10-14 17:34:58 +00:00
|
|
|
'../test/optimize_for_size.gyp:*',
|
2015-10-05 09:48:25 +00:00
|
|
|
'../test/preparser/preparser.gyp:*',
|
2015-10-14 08:44:13 +00:00
|
|
|
'../test/test262/test262.gyp:*',
|
2015-10-14 17:34:58 +00:00
|
|
|
'../test/webkit/webkit.gyp:*',
|
2015-10-05 09:48:25 +00:00
|
|
|
],
|
|
|
|
}],
|
2013-11-13 12:59:49 +00:00
|
|
|
]
|
2010-12-14 08:16:39 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|