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': [
|
2018-01-29 10:05:24 +00:00
|
|
|
'd8.gyp:d8',
|
|
|
|
'inspector-test.gyp:*',
|
|
|
|
'mkgrokdump.gyp:*',
|
2011-07-14 14:42:46 +00:00
|
|
|
],
|
2013-11-13 12:59:49 +00:00
|
|
|
'conditions': [
|
|
|
|
['component!="shared_library"', {
|
|
|
|
'dependencies': [
|
2018-01-29 08:03:31 +00:00
|
|
|
'parser-shell.gyp:parser-shell',
|
2013-11-13 12:59:49 +00:00
|
|
|
],
|
|
|
|
}],
|
2016-04-13 23:11:54 +00:00
|
|
|
# These items don't compile for Android on Mac.
|
|
|
|
['host_os!="mac" or OS!="android"', {
|
|
|
|
'dependencies': [
|
2018-01-23 06:38:22 +00:00
|
|
|
'samples.gyp:*',
|
2018-01-25 08:55:54 +00:00
|
|
|
'cctest.gyp:*',
|
2018-01-29 10:05:24 +00:00
|
|
|
'fuzzer.gyp:*',
|
|
|
|
'unittests.gyp:*',
|
2016-08-01 05:42:24 +00:00
|
|
|
],
|
2016-04-13 23:11:54 +00:00
|
|
|
}],
|
2013-11-13 12:59:49 +00:00
|
|
|
]
|
2010-12-14 08:16:39 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|