Update to Chromium version 130.0.6723.44

This commit is contained in:
Marshall Greenblatt
2024-10-11 16:27:48 +00:00
committed by Marshall Greenblatt
parent 3f4d8297f2
commit 02b371879b
5 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
index 5ec7492e06838..b22b50e8f175d 100644
index 765345a16d112..69a961128115d 100644
--- build/config/compiler/BUILD.gn
+++ build/config/compiler/BUILD.gn
@@ -134,6 +134,9 @@ declare_args() {
@@ -133,6 +133,9 @@ declare_args() {
# The cache can lead to non-determinism: https://crbug.com/1486045
thin_lto_enable_cache = true
@@ -12,7 +12,7 @@ index 5ec7492e06838..b22b50e8f175d 100644
# Initialize all local variables with a pattern. This flag will fill
# uninitialized floating-point types (and 32-bit pointers) with 0xFF and the
# rest with 0xAA. This makes behavior of uninitialized memory bugs consistent,
@@ -2267,11 +2270,13 @@ config("export_dynamic") {
@@ -2266,11 +2269,13 @@ config("export_dynamic") {
config("thin_archive") {
# The macOS and iOS default linker ld64 does not support reading thin
# archives.