node/deps/v8/build/all.gyp

20 lines
427 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': [
2011-08-12 14:59:21 +08:00
'../preparser/preparser.gyp:*',
2011-08-05 03:36:24 +08:00
'../samples/samples.gyp:*',
'../src/d8.gyp:d8',
2011-09-08 10:22:41 +08:00
'../test/cctest/cctest.gyp:*',
2011-08-05 03:36:24 +08:00
],
}
]
}