Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: depot_tools/ninja

Issue 755753002: Update ninja to v1.5.3 on Mac, Linux32, Linux64, Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | depot_tools/ninja.exe » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: depot_tools/ninja
===================================================================
--- depot_tools/ninja (revision 293083)
+++ depot_tools/ninja (working copy)
@@ -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
}
« no previous file with comments | « no previous file | depot_tools/ninja.exe » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698