Of course, Google broke that

This commit is contained in:
Asher Baker 2016-02-14 14:40:01 +00:00
parent 2e7f282946
commit 4f2715d3b9
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ git clone --depth=1 --branch=master https://chromium.googlesource.com/chromium/t
:HASDEPOTTOOLS
IF EXIST src\NUL GOTO HASSRC
cmd /c depot_tools\fetch --nohooks --no-history breakpad
cmd /c depot_tools\fetch --nohooks breakpad
GOTO DONESRC
:HASSRC
cmd /c depot_tools\gclient sync --nohooks --no-history
cmd /c depot_tools\gclient sync --nohooks
:DONESRC
IF EXIST gyp\NUL GOTO HASGYP

View File

@ -12,9 +12,9 @@ if [ ! -d "depot_tools" ]; then
fi
if [ ! -d "src" ]; then
./depot_tools/fetch --nohooks --no-history breakpad
./depot_tools/fetch --nohooks breakpad
else
./depot_tools/gclient sync --nohooks --no-history
./depot_tools/gclient sync --nohooks
fi
if [ ! -d "build" ]; then