@ryo @xianc78 Those are just idiots.
I mean more like how several software projects, even ones not made by google just copy over stuff from google monorepos (aka bundling of dependencies to screw with distros), here is some examples:
- WebKit (and probably also firefox) uses ANGLE for WebGL, has no releases, can't be easily packaged as a system library, often a source of breakages
- NodeJS, wasm-c-api, wabt, … uses chromium *internal* JS engine (V8), which can't be easily packaged as a system library
- Firedfox uses "LibWebRTC", which is yet another thing internal to chromium, which also of course comes with a copy of Google's own fork of OpenSSL (BoringSSL) and probably other "fun" things like this.