Find the tag: https://chromereleases.googleblog.com/search/label/Stable%20updates
Pick the newest desktop tag for the version you want to update to.
If you need new patches from Qt - for a Qt release
git cherry-pick -Xsubtree=chromium --strategy=recursive -X patience SHAgit show --name-only --format="" SHAAs we go a zip would maybe make more sense and take less room, but not sure how that would be combined with Qt and TurtleBrowser. https://chromium.googlesource.com/chromium/src/+/HEAD/docs/win_cross.md
third_party/cros_system_api/
third_party/fontconfig/src/
third_party/google_toolbox_for_mac/src/
third_party/libdrm/src/
third_party/libipp/libipp/
third_party/liblouis/src/
third_party/libsync/src/
third_party/lss/
third_party/minigbm/src/
third_party/minizip/src/
third_party/perfetto/ui/src/gen
third_party/pyelftools/
third_party/wayland-protocols/src/
third_party/wayland/src/
third_party/wds/src/
third_party/weston/src/
third_party/xdg-utils/Qt is currently built with the clang that comes with Chromium, so these notes on getting Clang are not important at this time.
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo apt install libc++-dev libc++abi-dev
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-11 100
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-11 100sudo update-alternatives --set clang /usr/bin/clang-11
sudo update-alternatives --set clang++ /usr/bin/clang++-11Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')scoop install llvm
clang --versionexport PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/
sudo apt install xcb-proto
sudo apt install python-xcbgen