blob: 4b2fe52989ef2f4af9637184db898c77291089bf [file] [log] [blame]
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001# Copyright 2011 the V8 project authors. All rights reserved.
ager@chromium.org5f0c45f2010-12-17 08:51:21 +00002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
8 'target_name': 'All',
9 'type': 'none',
10 'dependencies': [
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000011 '../preparser/preparser.gyp:*',
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000012 '../samples/samples.gyp:*',
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000013 '../src/d8.gyp:d8',
fschneider@chromium.org1805e212011-09-05 10:49:12 +000014 '../test/cctest/cctest.gyp:*',
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000015 ],
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000016 }
17 ]
18}
19