git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Add it to your PATH
fetch --nohooks chromium && cd src
./build/install-build-deps.sh
gclient runhooks
gn gen out/Default
autoninja -C out/Default chrome
Congrats, you just built Chromium. Is it a
different build process? Sure. But it sure isn't inscrutable, and they've been using this system for a while now.