Hash :
a1a7492b
Author :
Date :
2014-09-29T10:11:01
Remove include of util.gyp from all.gyp. Since util.gyp doesn't have any executables, there isn't any need to include it from all.gyp. It should only be included by targets that depend upon it. BUG=angle:761 Change-Id: Iabad2da7bca0f161d092c044ab0021568f9b6f59 Reviewed-on: https://chromium-review.googlesource.com/219759 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Jamie Madill <jmadill@chromium.org>
# 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':
[
['angle_build_samples==1',
{
'dependencies': [ '../samples/samples.gyp:*', ],
}],
['angle_build_tests==1',
{
'dependencies': [ '../tests/tests.gyp:*', ],
}],
],
},
],
}