Update ninja to v1.5.3 on Mac, Linux32, Linux64, Windows.
See the bug for how these were built.
The linux binaries were built by [email protected].
The windows binary was built by [email protected].
The mac binary was built by [email protected]
BUG=436109
[email protected]
Review URL: https://codereview.chromium.org/755753002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293084 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ninja b/ninja
index 3812b33..cab5668 100755
--- a/ninja
+++ b/ninja
@@ -12,8 +12,8 @@
No prebuilt ninja binary was found for this system.
Try building your own binary by doing:
cd ~
- git clone https://github.com/martine/ninja.git -b v1.5.1
- ./ninja/bootstrap.py
+ git clone https://github.com/martine/ninja.git -b v1.5.3
+ cd ninja && ./configure.py --bootstrap
Then add ~/ninja/ to your PATH.
EOF
}