1
0

CEF Changes

This commit is contained in:
Scott E. Graves
2017-03-18 14:07:45 -05:00
parent 2d1c098d92
commit 7bed11a276
10 changed files with 390 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ mkdir depot_tools
wget --no-check-certificate https://bitbucket.org/chromiumembedded/cef/raw/master/tools/automate/automate-git.py || goto :ERROR
move /y automate-git.py automate\ || goto :ERROR
del /q depot_tools.zip > NUL
wget --no-check-certificate https://storage.googleapis.com/chrome-infra/depot_tools.zip || goto :ERROR
unzip -o -q -d depot_tools\ depot_tools.zip || goto :ERROR
del /q depot_tools.zip || goto :ERROR