blob: 4b2fe52989ef2f4af9637184db898c77291089bf [file] [log] [blame]
Ben Murdoch589d6972011-11-30 16:04:58 +00001# Copyright 2011 the V8 project authors. All rights reserved.
Ben Murdochb0fe1622011-05-05 13:52:32 +01002# 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': [
Ben Murdoch69a99ed2011-11-30 16:03:39 +000011 '../preparser/preparser.gyp:*',
Ben Murdochb0fe1622011-05-05 13:52:32 +010012 '../samples/samples.gyp:*',
Ben Murdoch3fb3ca82011-12-02 17:19:32 +000013 '../src/d8.gyp:d8',
Ben Murdoch589d6972011-11-30 16:04:58 +000014 '../test/cctest/cctest.gyp:*',
Ben Murdoch3fb3ca82011-12-02 17:19:32 +000015 ],
Ben Murdochb0fe1622011-05-05 13:52:32 +010016 }
17 ]
18}
19