 Chromium Code Reviews
 Chromium Code Reviews Issue 1924033004:
  Update ninja version in shell script too.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
    
  
    Issue 1924033004:
  Update ninja version in shell script too.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools| Index: ninja | 
| diff --git a/ninja b/ninja | 
| index 0d8726f098fb12d2e681142662e9497acdd5c105..112002ee28b12d44b053c2a3694b267f9a367975 100755 | 
| --- a/ninja | 
| +++ b/ninja | 
| @@ -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.6.0 | 
| + git clone https://github.com/martine/ninja.git -b v1.7.1 | 
| cd ninja && ./configure.py --bootstrap | 
| Then add ~/ninja/ to your PATH. | 
| EOF |