Chromium Code Reviews| Index: gyp.bat |
| diff --git a/gyp.bat b/gyp.bat |
| index 90fbc6d30eef1410cb20ea5f445f84eb385636c1..c0b4ca24e5df02038d6bfab8e543331eeb086a33 100755 |
| --- a/gyp.bat |
| +++ b/gyp.bat |
| @@ -2,4 +2,4 @@ |
| @rem Use of this source code is governed by a BSD-style license that can be |
| @rem found in the LICENSE file. |
| -@python "%~dp0/gyp" %* |
| +@python "%~dp0gyp_main.py" %* |
|
Nico
2013/07/08 22:12:51
TIL
|