blob: 32d3c8d938013353ef72dd68c068f0bf2659bb5e [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001# Copyright (c) 2010 The ANGLE Project Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
Geoff Lang3cd50f72014-01-10 13:04:48 -05006 'targets':
7 [
8 {
9 'target_name': 'All',
10 'type': 'none',
11 'dependencies': [ '../src/angle.gyp:*', ],
12 'conditions':
13 [
14 ['angle_build_samples==1',
15 {
16 'dependencies': [ '../samples/samples.gyp:*', ],
17 }],
18 ['angle_build_tests==1',
19 {
20 'dependencies': [ '../tests/tests.gyp:*', ],
21 }],
Jamie Madill1cfaaf82014-08-21 10:04:04 -040022 ['angle_build_samples==1 or angle_build_tests==1',
23 {
24 'dependencies': [ '../util/util.gyp:*', ],
25 }],
Geoff Lang3cd50f72014-01-10 13:04:48 -050026 ],
27 },
28 ],
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000029}