Commit a1a7492b by Geoff Lang Committed by Jamie Madill

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/219759Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent eb99436e
......@@ -19,10 +19,6 @@
{
'dependencies': [ '../tests/tests.gyp:*', ],
}],
['angle_build_samples==1 or angle_build_tests==1',
{
'dependencies': [ '../util/util.gyp:*', ],
}],
],
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment