diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2025-02-20 10:38:15 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-02-20 10:45:43 +0100 |
commit | 0c67a387c2528b7251f75a19b0951c2db1d6c5c0 (patch) | |
tree | d5f4e97bf60ebb7ceba1fe83617462008362cfa2 /www/chromium/files/patch-base_BUILD.gn | |
parent | security/vuxml: add www/*chromium < 133.0.6943.126 (diff) |
www/chromium: update to 133.0.6943.126
Security: https://vuxml.freebsd.org/freebsd/2a3be628-ef6e-11ef-85f3-a8a1599412c6.html
Security: https://vuxml.freebsd.org/freebsd/f572b9d1-ef6d-11ef-85f3-a8a1599412c6.html
Security: https://vuxml.freebsd.org/freebsd/b09d0b3b-ef6d-11ef-85f3-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-base_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-base_BUILD.gn | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn index 347a2a0e7d51..47e64abe77db 100644 --- a/www/chromium/files/patch-base_BUILD.gn +++ b/www/chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-01-15 09:18:26 UTC +--- base/BUILD.gn.orig 2025-02-19 07:43:18 UTC +++ base/BUILD.gn -@@ -1077,11 +1077,26 @@ component("base") { +@@ -1089,11 +1089,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" ] -@@ -1101,7 +1116,7 @@ component("base") { +@@ -1113,7 +1128,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2095,6 +2110,22 @@ component("base") { +@@ -2121,6 +2136,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2239,6 +2270,33 @@ component("base") { +@@ -2266,6 +2297,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2594,7 +2652,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2616,7 +2674,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" ] -@@ -3079,7 +3137,7 @@ if (is_apple) { +@@ -3093,7 +3151,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3756,7 +3814,7 @@ test("base_unittests") { +@@ -3779,7 +3837,7 @@ test("base_unittests") { ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3783,7 +3841,7 @@ test("base_unittests") { +@@ -3807,7 +3865,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", -@@ -3794,7 +3852,7 @@ test("base_unittests") { +@@ -3818,7 +3876,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -3984,7 +4042,7 @@ test("base_unittests") { +@@ -4006,7 +4064,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } |