Hi.
I am still struggling here with completing a release build. But I think I can answer some of your questions.
for Question 1. I got no idea. What I am trying now is the same steps that you tried in master build wiki, but I in step 8 I am calling "ninja -C out\
Release_GN_x86 cef". If it works I will update this answer. I will also try the steps in the page mentioned by amaitland, but will try to update the flag to support the codecs like set GN_DEFINES=is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome
Question 2. I am pretty sure it is the same autoamte-git.py that you downloaded from page
https://bitbucket.org/chromiumembedded/ ... ckStart.mdQuestion 3. Yes you can using these steps
- Check you nuget package folder (D:\SSCollection\SSS\Assets\NuGetPackages\cef.redist.x86.84.4.1\CEF) or the 64 bit one if you are targeting 64.
- After you get a successful release build hopefully

Copy the files that matches the files in above folder to a new folder, and make this new folder part of your project repository
- You can use Visual Studio Project Post Release Script, to run some commands to copy these files to your output directory and make sure they replace the ones from the nuget library.
- That's it. It should work. Having in mind that you were sure that you built the correct version of CEF that matches the Nuget library version.
Update 6 Jan 2021:
Using master build steps, but replacing step 8 with "ninja -C out\
Release_GN_x86 cef" has worked just fine for us. I will update the thread once we try the other method.
Update 8 Jan 2021:
Using the automated build steps also worked just fine. I just had to do step 3 to from master build to install git and python as I was working on a new machine.
Also I made a little change to support the codec, and I added (python) command to last command. I copied all the commands to a batch file and executed it. I also set branch 4147 as I need cef 84.1.1, and used the 32 bit build.
set GN_DEFINES=is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome
set GYP_MSVS_VERSION=2019
set CEF_ARCHIVE_FORMAT=tar.bz2
automate-git.py --download-dir=%download_dir% --branch=4147 --minimal-distrib --client-distrib --force-clean