Build steps:
- Code: Select all
export PATH=/Users/embucksh/code/depot_tools:$PATH
export GN_DEFINES='proprietary_codecs=true ffmpeg_branding="Chrome" is_official_build=false'
export GN_ARGUMENTS='--ide=vs2019 --sln=cef --filters=//cef/*'
python3 automate-git.py --download-dir=/Users/embucksh/code/chromium_git --branch=5672 --client-distrib --force-config --x64-build
Result: make_distrib fails due to missing `Chromium Embedded Framework.dSYM`
- Code: Select all
Failed to copy directory from /Users/embucksh/code/chromium_git/chromium/src/out/Debug_GN_x64/Chromium Embedded Framework.dSYM to /Users/embucksh/code/chromium_git/chromium/src/cef/binary_distrib/cef_binary_113.0.0-distant18-depot-tools.2778+g716ad60+chromium-113.0.5672.129_macosx64_debug_symbols/Chromium Embedded Framework.dSYM: No such file or directoryTraceback (most recent call last):
File "/Users/embucksh/code/chromium_git/chromium/src/cef/tools/make_distrib.py", line 1098
Pardon for all the issues, but I've been doing a lot of building!