

At least VS has the right bits, and I think I can trim some extra fat from it

cd c:\code\automate
python3 automate-git.py --download-dir=c:\code\chromium_git --branch=6167 --depot-tools-dir=c:\code\depot_tools --minimal-distrib --client-distrib --x64-build --force-clean
set GN_DEFINES=is_official_build=true
set GYP_MSVS_VERSION=2022
#set CEF_ARCHIVE_FORMAT=tar.bz2 (optional?)
python3 automate-git.py --download-dir=c:\code\chromium_git --branch=6167 --depot-tools-dir=c:\code\depot_tools --minimal-distrib --client-distrib --x64-build --force-clean
cd C:\Code\chromium_git\chromium\src\cef\tools
make_distrib.bat --ninja-build --no-archive --x64-build --no-symbols --no-docs
cd c:\code\chromium_git\chromium\src
autoninja -C out\Debug_GN_x64 cef
cd c:\code\automate
set GN_DEFINES=is_official_build=true
set GYP_MSVS_VERSION=2022
python3 automate-git.py --download-dir=c:\code\chromium_git --branch=6167 --depot-tools-dir=c:\code\depot_tools --minimal-distrib --client-distrib --x64-build --force-clean
cd c:\code\chromium_git\chromium\src
autoninja -C out\Release_GN_x64 cef
cd c:\code\chromium_git\chromium\src\cef\tools
make_distrib.bat --ninja-build --no-archive --x64-build --no-symbols --no-docs
--no-debug-build --no-debug-tests --no-release-tests
solutions = [
{
"name": "src",
# ...
"custom_vars": {
"checkout_pgo_profiles": True,
},
},
],
Users browsing this forum: No registered users and 32 guests