1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-16 13:09:45 -05:00
parent d91e538d66
commit fbf7a6615e
863 changed files with 101 additions and 201127 deletions

19
3rd-party/CEF/create_common.cmd vendored Normal file
View File

@@ -0,0 +1,19 @@
@echo off
pushd "%~dp0%"
mkdir automate
mkdir chromium_git
mkdir depot_tools
wget --no-check-certificate https://bitbucket.org/chromiumembedded/cef/raw/master/tools/automate/automate-git.py
move /y automate-git.py automate\
wget --no-check-certificate https://storage.googleapis.com/chrome-infra/depot_tools.zip
pushd depot_tools
..\unzip ..\depot_tools.zip
call update_depot_tools.bat
popd
del /q depot_tools.zip
popd
pause