Hi all,
The Chromium tarballs currently ship with this script here as buildtools/linux64/clang-format:
which is invoked by default as part of the Blink build to automatically format the generated bindings files.
I'd like to change the shebang line to invoke Python 3 instead.
I don't think this would cause any issues building Chromium, unless there is no Python 3 in the build environment -- I doubt this is the case these days, but I'm double-checking just in case. If that's really the case, since 93.0.4539.0
it has been possible to pass blink_enable_generated_code_formatting=false to GN to avoid formatting those files automatically.