1--- src/3rdparty/chromium/build/rust/std/BUILD.gn.orig 2025-08-15 18:30:00 UTC 2+++ src/3rdparty/chromium/build/rust/std/BUILD.gn 3@@ -89,7 +89,7 @@ if (toolchain_has_rust) { 4 # These are no longer present in the Windows toolchain. 5 stdlib_files += [ 6 "addr2line", 7- "adler2", 8+ "adler", 9 "gimli", 10 "libc", 11 "memchr", 12@@ -115,7 +115,6 @@ if (toolchain_has_rust) { 13 # don't need to pass to the C++ linker because they're used for specialized 14 # purposes. 15 skip_stdlib_files = [ 16- "profiler_builtins", 17 "rustc_std_workspace_alloc", 18 "rustc_std_workspace_core", 19 "rustc_std_workspace_std", 20