1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-17 09:36:08 -05:00
parent 89547bd818
commit 93ed9b1cf2
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ 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 --branch=3029
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build
popd
pushd chromium_git\chromium\src\cef
@@ -21,5 +21,6 @@ popd
pushd chromium_git\chromium\src
call ninja -C out\Debug_GN_x64 cef
popd
pause
popd

View File

@@ -7,7 +7,7 @@ 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 --branch=3029
call python ..\automate\automate-git.py --download-dir=%ROOT%\chromium_git --depot-tools-dir=%ROOT%\depot_tools --no-distrib --no-build
popd
pushd chromium_git\chromium\src\cef