2011-08-05 09:44:30 +00:00
|
|
|
# Copyright (c) 2011 The Chromium 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': [
|
2011-08-05 09:44:30 +00:00
|
|
|
'../preparser/preparser.gyp:*',
|
2010-12-14 08:16:39 +00:00
|
|
|
'../samples/samples.gyp:*',
|
2011-07-14 15:43:40 +00:00
|
|
|
'../src/d8.gyp:d8',
|
2011-07-14 14:42:46 +00:00
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
[ 'component!="shared_library"', {
|
|
|
|
'dependencies': [
|
2011-07-15 08:09:20 +00:00
|
|
|
'../test/cctest/cctest.gyp:*',
|
|
|
|
],
|
2011-07-14 14:42:46 +00:00
|
|
|
}]
|
|
|
|
],
|
2010-12-14 08:16:39 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|