CEF changes
This commit is contained in:
19
3rd-party/CEF/create_common.cmd
vendored
Normal file
19
3rd-party/CEF/create_common.cmd
vendored
Normal 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
|
Reference in New Issue
Block a user