summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_BUILD.gn
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-08-27 07:55:04 +0200
committerRobert Nagy <rnagy@FreeBSD.org>2024-08-27 07:55:54 +0200
commit43ddb9a8a4b22a4b81ca32698948e5832a6d93c6 (patch)
tree36898a78b8f81e76f50f97d67720922ace27b53d /www/chromium/files/patch-base_BUILD.gn
parentmisc/llama-cpp: update 3622 → 3631 (diff)
www/*chromium: update to 128.0.6613.84
Security: https://vuxml.freebsd.org/freebsd/b339992e-6059-11ef-8a0f-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-base_BUILD.gn')
-rw-r--r--www/chromium/files/patch-base_BUILD.gn22
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 3a8367fe0b42..4ddad1558a69 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 2024-07-30 11:12:21 UTC
+--- base/BUILD.gn.orig 2024-08-26 12:06:38 UTC
+++ base/BUILD.gn
-@@ -182,7 +182,7 @@ buildflag_header("ios_cronet_buildflags") {
+@@ -176,7 +176,7 @@ buildflag_header("ios_cronet_buildflags") {
flags = [ "CRONET_BUILD=$is_cronet_build" ]
}
@@ -43,7 +43,7 @@
defines += [ "SYSTEM_NATIVE_UTF8" ]
}
-@@ -2110,6 +2122,22 @@ component("base") {
+@@ -2121,6 +2133,22 @@ component("base") {
]
}
@@ -66,7 +66,7 @@
# iOS
if (is_ios) {
sources += [
-@@ -2255,6 +2283,33 @@ component("base") {
+@@ -2266,6 +2294,33 @@ component("base") {
}
}
@@ -100,7 +100,7 @@
if (use_blink) {
sources += [
"files/file_path_watcher.cc",
-@@ -2265,7 +2320,7 @@ component("base") {
+@@ -2276,7 +2331,7 @@ component("base") {
}
if (dep_libevent) {
@@ -109,7 +109,7 @@
}
if (use_libevent) {
-@@ -3062,7 +3117,7 @@ if (is_apple) {
+@@ -3077,7 +3132,7 @@ if (is_apple) {
}
}
@@ -118,7 +118,7 @@
# This test must compile with -fstack-protector-all
source_set("stack_canary_linux_unittests") {
testonly = true
-@@ -3711,7 +3766,7 @@ test("base_unittests") {
+@@ -3730,7 +3785,7 @@ test("base_unittests") {
]
}
@@ -127,7 +127,7 @@
sources += [
"debug/proc_maps_linux_unittest.cc",
"files/scoped_file_linux_unittest.cc",
-@@ -3738,7 +3793,7 @@ test("base_unittests") {
+@@ -3757,7 +3812,7 @@ test("base_unittests") {
"posix/file_descriptor_shuffle_unittest.cc",
"posix/unix_domain_socket_unittest.cc",
]
@@ -136,7 +136,7 @@
sources += [
"profiler/stack_base_address_posix_unittest.cc",
"profiler/stack_copier_signal_unittest.cc",
-@@ -3749,7 +3804,7 @@ test("base_unittests") {
+@@ -3768,7 +3823,7 @@ test("base_unittests") {
# Allow more direct string conversions on platforms with native utf8
# strings
@@ -145,8 +145,8 @@
defines += [ "SYSTEM_NATIVE_UTF8" ]
}
-@@ -4017,7 +4072,7 @@ test("base_unittests") {
- }
+@@ -3953,7 +4008,7 @@ test("base_unittests") {
+ deps += [ ":base_profiler_test_support_library" ]
}
- if (is_fuchsia || is_linux || is_chromeos) {