diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2025-04-15 17:05:01 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-04-15 17:05:30 +0200 |
commit | c0c563cbe23ae8fc44a2b5e1633aa1173af770e5 (patch) | |
tree | ec3a549d9fecda81fcca9edba017b2de9545c061 /www/ungoogled-chromium/files/patch-base_BUILD.gn | |
parent | www/qutebrowser: update to 3.5.0 (diff) |
www/ungoogled-chromium: update to 135.0.7049.84
Security: https://vuxml.freebsd.org/freebsd/030778d5-19cc-11f0-8cb5-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-base_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-base_BUILD.gn | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/ungoogled-chromium/files/patch-base_BUILD.gn b/www/ungoogled-chromium/files/patch-base_BUILD.gn index 63450738dab5..86b846d1dee6 100644 --- a/www/ungoogled-chromium/files/patch-base_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-03-09 21:38:10 UTC +--- base/BUILD.gn.orig 2025-04-15 08:30:07 UTC +++ base/BUILD.gn -@@ -1088,11 +1088,26 @@ component("base") { +@@ -1094,11 +1094,26 @@ component("base") { # Needed for <atomic> if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -28,7 +28,7 @@ if (use_allocator_shim) { if (is_apple) { sources += [ "allocator/early_zone_registration_apple.h" ] -@@ -1112,7 +1127,7 @@ component("base") { +@@ -1118,7 +1133,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2122,6 +2137,22 @@ component("base") { +@@ -2142,6 +2157,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2267,6 +2298,33 @@ component("base") { +@@ -2300,6 +2331,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2617,7 +2675,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2649,7 +2707,7 @@ buildflag_header("protected_memory_buildflags") { header = "protected_memory_buildflags.h" header_dir = "base/memory" @@ -103,7 +103,7 @@ (is_win || is_linux || is_android || is_mac) flags = [ "PROTECTED_MEMORY_ENABLED=$protected_memory_enabled" ] -@@ -3096,7 +3154,7 @@ if (is_apple) { +@@ -3122,7 +3180,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3781,7 +3839,7 @@ test("base_unittests") { +@@ -3808,7 +3866,7 @@ test("base_unittests") { ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3809,7 +3867,7 @@ test("base_unittests") { +@@ -3836,7 +3894,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -130,7 +130,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3820,7 +3878,7 @@ test("base_unittests") { +@@ -3847,7 +3905,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -4008,7 +4066,7 @@ test("base_unittests") { +@@ -4037,7 +4095,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } |