node/deps/v8/build/all.gyp

26 lines
610 B
Plaintext
Raw Normal View History

2011-09-08 10:22:41 +08:00
# Copyright 2011 the V8 project authors. All rights reserved.
2011-08-05 03:36:24 +08: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:*',
'../src/d8.gyp:d8',
2011-09-08 10:22:41 +08:00
'../test/cctest/cctest.gyp:*',
2014-11-14 07:52:27 +08:00
'../test/unittests/unittests.gyp:*',
2011-08-05 03:36:24 +08:00
],
2014-03-14 00:45:44 +08:00
'conditions': [
['component!="shared_library"', {
'dependencies': [
2014-11-14 07:52:27 +08:00
'../tools/parser-shell.gyp:parser-shell',
2014-03-14 00:45:44 +08:00
],
}],
]
2011-08-05 03:36:24 +08:00
}
]
}