aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2013-11-26 10:49:41 -0500
committerJamie Madill <jmadill@chromium.org>2013-11-28 14:41:31 +0000
commita895c6f0123949d92a10cca7da63ba1bf56356ed (patch)
treebb6910ca4ebc6bb1f2199b685789526128060d3f /build
parentbc90a4804f58d2b24babe6f247db57b9a6cdc58f (diff)
downloadangle-a895c6f0123949d92a10cca7da63ba1bf56356ed.tar.gz
Fix errors in the gyp projects when we build with ninja.
Ninja does not like having targets named 'all', and the post-build step had some ninja-incompatible variables. BUG=angle:529 Change-Id: Ia2bf701c997ec072b18bcbd62f7d05a2e40a1578 Reviewed-on: https://chromium-review.googlesource.com/178072 Reviewed-by: Shannon Woods <shannonwoods@chromium.org> Commit-Queue: Shannon Woods <shannonwoods@chromium.org> Tested-by: Shannon Woods <shannonwoods@chromium.org>
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index e823d7d7..724ab4f0 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -5,7 +5,7 @@
{
'targets': [
{
- 'target_name': 'all',
+ 'target_name': 'All',
'type': 'none',
'dependencies': [
'../src/angle.gyp:*',