CEF changes
This commit is contained in:
BIN
3rd-party/CEF/SFXWiz32.exe
vendored
Normal file
BIN
3rd-party/CEF/SFXWiz32.exe
vendored
Normal file
Binary file not shown.
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
|
28
3rd-party/CEF/create_debug.cmd
vendored
Normal file
28
3rd-party/CEF/create_debug.cmd
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
@echo off
|
||||
set ROOT=%~dp0%
|
||||
pushd %ROOT%
|
||||
|
||||
set PATH=%ROOT%\depot_tools;%PATH%
|
||||
|
||||
pushd chromium_git
|
||||
set CEF_USE_GN=1
|
||||
set GN_DEFINES=is_win_fastlink=true
|
||||
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
|
||||
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build
|
||||
popd
|
||||
pause
|
||||
|
||||
pushd chromium_git\chromium\src\cef
|
||||
set CEF_USE_GN=1
|
||||
set GN_DEFINES=is_win_fastlink=true
|
||||
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
|
||||
call cef_create_projects.bat
|
||||
popd
|
||||
pause
|
||||
|
||||
pushd chromium_git\chromium\src
|
||||
call ninja -C out\Debug_GN_x64 cef
|
||||
popd
|
||||
pause
|
||||
|
||||
popd
|
26
3rd-party/CEF/create_release.cmd
vendored
Normal file
26
3rd-party/CEF/create_release.cmd
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
@echo off
|
||||
set ROOT=%~dp0%
|
||||
pushd %ROOT%
|
||||
|
||||
set PATH=%ROOT%\depot_tools;%PATH%
|
||||
|
||||
pushd chromium_git
|
||||
set CEF_USE_GN=1
|
||||
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
|
||||
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build
|
||||
popd
|
||||
pause
|
||||
|
||||
pushd chromium_git\chromium\src\cef
|
||||
set CEF_USE_GN=1
|
||||
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
|
||||
call cef_create_projects.bat
|
||||
popd
|
||||
pause
|
||||
|
||||
pushd chromium_git\chromium\src
|
||||
call ninja -C out\Release_GN_x64 cef
|
||||
popd
|
||||
pause
|
||||
|
||||
popd
|
BIN
3rd-party/CEF/funzip.exe
vendored
Normal file
BIN
3rd-party/CEF/funzip.exe
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/libeay32.dll
vendored
Normal file
BIN
3rd-party/CEF/libeay32.dll
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/libiconv2.dll
vendored
Normal file
BIN
3rd-party/CEF/libiconv2.dll
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/libintl3.dll
vendored
Normal file
BIN
3rd-party/CEF/libintl3.dll
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/libssl32.dll
vendored
Normal file
BIN
3rd-party/CEF/libssl32.dll
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/unzip.exe
vendored
Normal file
BIN
3rd-party/CEF/unzip.exe
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/unzip32.dll
vendored
Normal file
BIN
3rd-party/CEF/unzip32.dll
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/unzipsfx.exe
vendored
Normal file
BIN
3rd-party/CEF/unzipsfx.exe
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/uzexampl.exe
vendored
Normal file
BIN
3rd-party/CEF/uzexampl.exe
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/wget.exe
vendored
Normal file
BIN
3rd-party/CEF/wget.exe
vendored
Normal file
Binary file not shown.
BIN
3rd-party/CEF/zipinfo.exe
vendored
Normal file
BIN
3rd-party/CEF/zipinfo.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user