1--- src/3rdparty/chromium/build/toolchain/toolchain.gni.orig 2025-08-15 18:30:00 UTC 2+++ src/3rdparty/chromium/build/toolchain/toolchain.gni 3@@ -75,7 +75,7 @@ if (host_os == "mac") { 4 host_shlib_extension = ".dylib" 5 } else if (host_os == "win") { 6 host_shlib_extension = ".dll" 7-} else if (host_os == "linux" || host_os == "aix" || host_os == "zos") { 8+} else if (is_posix) { 9 host_shlib_extension = ".so" 10 } else { 11 assert(false, "Host platform not supported") 12