1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-17 18:57:20 -05:00
parent f647c45712
commit 5eecff152c
127 changed files with 1106 additions and 2210 deletions

BIN
3rd_party/CEF/SFXWiz32.exe vendored Normal file

Binary file not shown.

1057
3rd_party/CEF/automate/automate-git.py vendored Normal file

File diff suppressed because it is too large Load Diff

26
3rd_party/CEF/create_common.cmd vendored Normal file
View File

@@ -0,0 +1,26 @@
@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 || goto :ERROR
move /y automate-git.py automate\ || goto :ERROR
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
pushd depot_tools
call update_depot_tools.bat || goto :ERROR
popd
goto :END
:ERROR
pause
popd
exit 1
:END
popd

33
3rd_party/CEF/create_debug.cmd vendored Normal file
View File

@@ -0,0 +1,33 @@
@echo off
set ROOT=%~dp0%
pushd %ROOT%
set PATH=%ROOT%\depot_tools;%PATH%
call create_common.cmd
set CEF_USE_GN=1
set GN_DEFINES=is_win_fastlink=true
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
pushd chromium_git
call python ..\automate\automate-git.py --download-dir=%ROOT%chromium_git --depot-tools-dir=%ROOT%depot_tools --no-distrib --no-build || goto :ERROR
popd
pushd chromium_git\chromium\src\cef
call cef_create_projects.bat
popd
pushd chromium_git\chromium\src
call ninja -C out\Debug_GN_x64 cef || goto :ERROR
popd
goto :END
:ERROR
pause
popd
exit 1
:END
popd
exit 0

32
3rd_party/CEF/create_release.cmd vendored Normal file
View File

@@ -0,0 +1,32 @@
@echo off
set ROOT=%~dp0%
pushd %ROOT%
set PATH=%ROOT%\depot_tools;%PATH%
call create_common.cmd
set CEF_USE_GN=1
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
pushd chromium_git
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build || goto :ERROR
popd
pushd chromium_git\chromium\src\cef
call cef_create_projects.bat
popd
pushd chromium_git\chromium\src
call ninja -C out\Release_GN_x64 cef || goto :ERROR
popd
goto :END
:ERROR
pause
popd
exit 1
:END
popd
exit 0

1
3rd_party/CEF/depot_tools vendored Submodule

Submodule 3rd_party/CEF/depot_tools added at ecf3dbe49f

BIN
3rd_party/CEF/funzip.exe vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/libeay32.dll vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/libiconv2.dll vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/libintl3.dll vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/libssl32.dll vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/unzip.exe vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/unzip32.dll vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/unzipsfx.exe vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/uzexampl.exe vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/wget.exe vendored Normal file

Binary file not shown.

BIN
3rd_party/CEF/zipinfo.exe vendored Normal file

Binary file not shown.