Chromium Code Reviews| Index: make.bat |
| diff --git a/make.bat b/make.bat |
| index a9961074e347cdcc4abb42cfeb0559b234ee7cc0..2b6a629ff377d6554faa277df924e328135e7866 100644 |
| --- a/make.bat |
| +++ b/make.bat |
| @@ -7,6 +7,9 @@ |
| rem Launches make.py on Windows, after setting Visual Studio environment variables. |
| rem See http://code.google.com/p/skia/wiki/GettingStartedOnWindows |
| +rem Skip environment setup on bots. |
| +if "%CHROME_HEADLESS%"=="1" goto run_python |
| + |
| if "%DevEnvDir%"=="" goto setup_env_vars |
| :run_python |