blob: 9d2078e0c82e0ffa768d64d37dfbd3452d48f64d [file] [log] [blame]
# Copyright (c) 2010 The ANGLE Project Authors. All rights reserved.
# 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':
[
'../src/angle.gyp:*',
],
'conditions':
[
# Generate tests and sample projects for classic desktop
# builds only.
['angle_build_winrt==0',
{
'dependencies':
[
'../samples/samples.gyp:*',
'../src/tests/tests.gyp:*',
],
}],
],
},
],
}