1
0
This commit is contained in:
Scott E. Graves
2017-03-17 00:26:00 -05:00
parent de7a17aec4
commit 89547bd818
2 changed files with 0 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ pushd chromium_git
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
popd
pause
pushd chromium_git\chromium\src\cef
set CEF_USE_GN=1
@@ -18,11 +17,9 @@ pushd chromium_git\chromium\src\cef
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

View File

@@ -9,14 +9,12 @@ pushd chromium_git
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
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