1
0
This commit is contained in:
Scott E. Graves
2017-03-16 13:23:29 -05:00
parent fbf7a6615e
commit ffb7ddbc4b
3 changed files with 5 additions and 2 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
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

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
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