Update ninja to v1.4.0 on Mac, Linux32, Linux64, Windows.

See the bug for how these were built.

The linux binaries were built by thestig@chromium.org. 
The windows binary was built by scottmg@chromium.org. 
The mac binary was built by thakis@chromium.org 

This will hopefully fix http://crbug.com/247311

BUG=289947, 247311
Review URL: https://codereview.chromium.org/23523059/



git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@222974 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
thakis@chromium.org
2013-09-13 03:15:38 +00:00
parent 7d51b4faa8
commit 7af54a17f7
5 changed files with 1 additions and 1 deletions

2
ninja
View File

@@ -12,7 +12,7 @@ cat <<-EOF
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.3.4
git clone https://github.com/martine/ninja.git -b v1.4.0
./ninja/bootstrap.py
Then add ~/ninja/ to your PATH.
EOF