1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-17 22:25:11 -05:00
parent 736cbce819
commit 1f2efbc761
5 changed files with 34 additions and 8 deletions

View File

@@ -3,10 +3,10 @@ set ROOT=%~dp0%
pushd %ROOT%
set PATH=%ROOT%\depot_tools;%PATH%
call create_common.cmd
REM call create_common.cmd
set CEF_USE_GN=1
set GN_DEFINES=is_win_fastlink=true
set GN_DEFINES=is_win_fastlink=true fatal_linker_warnings=false
set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
pushd chromium_git

View File

@@ -6,10 +6,11 @@ set PATH=%ROOT%\depot_tools;%PATH%
call create_common.cmd
set CEF_USE_GN=1
set GN_DEFINES=fatal_linker_warnings=false
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 --branch=2987 || goto :ERROR
call python ..\automate\automate-git.py --download-dir=%ROOT%chromium_git --depot-tools-dir=%ROOT%depot_tools --no-distrib --no-build --branch=2987 || goto :ERROR
popd
pushd chromium_git\chromium\src\cef