CEF changes
This commit is contained in:
1057
3rd_party/CEF/automate/automate-git.py
vendored
1057
3rd_party/CEF/automate/automate-git.py
vendored
File diff suppressed because it is too large
Load Diff
2
3rd_party/CEF/create_debug.cmd
vendored
2
3rd_party/CEF/create_debug.cmd
vendored
@@ -10,7 +10,7 @@ set GN_DEFINES=is_win_fastlink=true
|
||||
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 || 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
|
||||
|
2
3rd_party/CEF/create_release.cmd
vendored
2
3rd_party/CEF/create_release.cmd
vendored
@@ -9,7 +9,7 @@ set CEF_USE_GN=1
|
||||
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 || 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
|
||||
|
Reference in New Issue
Block a user