aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_BUILD.gn
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2023-04-05 12:02:20 +0000
committerRobert Nagy <rnagy@FreeBSD.org>2023-04-09 11:01:04 +0000
commit6355e9a61303218c2cb04052e130b97fbbcab467 (patch)
treebf5bbcfaa01e7efc2ff11bcc3ac31517f3be4cf4 /www/chromium/files/patch-base_BUILD.gn
parent59641eb229a03d2a88b75fb2925dee28a00c03cd (diff)
downloadports-6355e9a61303218c2cb04052e130b97fbbcab467.tar.gz
ports-6355e9a61303218c2cb04052e130b97fbbcab467.zip
www/chromium: update to 112.0.5615.49
Diffstat (limited to 'www/chromium/files/patch-base_BUILD.gn')
-rw-r--r--www/chromium/files/patch-base_BUILD.gn56
1 files changed, 18 insertions, 38 deletions
diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn
index 1dbc9ff8dbe4..7ab5d77f5237 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 2023-03-09 06:31:50 UTC
+--- base/BUILD.gn.orig 2023-04-05 11:05:06 UTC
+++ base/BUILD.gn
-@@ -168,7 +168,7 @@ buildflag_header("ios_cronet_buildflags") {
+@@ -188,7 +188,7 @@ buildflag_header("ios_cronet_buildflags") {
flags = [ "CRONET_BUILD=$is_cronet_build" ]
}
@@ -9,31 +9,7 @@
buildflag_header("message_pump_buildflags") {
header = "message_pump_buildflags.h"
header_dir = "base/message_loop"
-@@ -1053,7 +1053,7 @@ component("base") {
- "timer/hi_res_timer_manager_posix.cc",
- ]
-
-- if (!is_nacl && !is_apple) {
-+ if (!is_nacl && !is_apple && !is_bsd) {
- sources += [
- "profiler/stack_base_address_posix.cc",
- "profiler/stack_base_address_posix.h",
-@@ -1064,6 +1064,14 @@ component("base") {
- "profiler/thread_delegate_posix.h",
- ]
- }
-+
-+ if (is_bsd) {
-+ sources += [
-+ "profiler/stack_base_address_posix.cc",
-+ "profiler/stack_base_address_posix.h",
-+ "profiler/stack_sampler_posix.cc",
-+ ]
-+ }
- }
-
- if (is_win) {
-@@ -1544,11 +1552,23 @@ component("base") {
+@@ -1093,11 +1093,23 @@ 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.
@@ -58,7 +34,7 @@
if (use_allocator_shim) {
sources += [
"allocator/partition_allocator/shim/allocator_shim.cc",
-@@ -1576,7 +1596,7 @@ component("base") {
+@@ -1125,7 +1137,7 @@ component("base") {
]
configs += [ "//base/allocator:mac_no_default_new_delete_symbols" ]
}
@@ -67,7 +43,7 @@
sources += [
"allocator/partition_allocator/shim/allocator_shim_override_cpp_symbols.h",
"allocator/partition_allocator/shim/allocator_shim_override_glibc_weak_symbols.h",
-@@ -1617,7 +1637,7 @@ component("base") {
+@@ -1166,7 +1178,7 @@ component("base") {
# Allow more direct string conversions on platforms with native utf8
# strings
@@ -76,7 +52,7 @@
defines += [ "SYSTEM_NATIVE_UTF8" ]
}
-@@ -2208,6 +2228,39 @@ component("base") {
+@@ -2107,6 +2119,43 @@ component("base") {
}
}
@@ -88,7 +64,11 @@
+ "system/sys_info_linux.cc",
+ "process/process_iterator_linux.cc",
+ "process/process_metrics_linux.cc",
-+ "process/process_handle_linux.cc"
++ "process/process_handle_linux.cc",
++ "profiler/stack_copier_signal.cc",
++ "profiler/stack_copier_signal.h",
++ "profiler/thread_delegate_posix.cc",
++ "profiler/thread_delegate_posix.h",
+ ]
+ sources += [
+ "files/file_path_watcher_kqueue.cc",
@@ -115,8 +95,8 @@
+
# iOS
if (is_ios) {
- sources -= [
-@@ -2303,7 +2356,7 @@ component("base") {
+ sources += [
+@@ -2202,7 +2251,7 @@ component("base") {
}
if (dep_libevent) {
@@ -125,8 +105,8 @@
}
if (use_libevent) {
-@@ -3556,7 +3609,7 @@ test("base_unittests") {
- }
+@@ -3470,7 +3519,7 @@ test("base_unittests") {
+ ]
}
- if (is_linux || is_chromeos) {
@@ -134,7 +114,7 @@
sources += [
"debug/proc_maps_linux_unittest.cc",
"files/scoped_file_linux_unittest.cc",
-@@ -3602,7 +3655,7 @@ test("base_unittests") {
+@@ -3519,7 +3568,7 @@ test("base_unittests") {
"posix/file_descriptor_shuffle_unittest.cc",
"posix/unix_domain_socket_unittest.cc",
]
@@ -143,7 +123,7 @@
sources += [
"profiler/stack_base_address_posix_unittest.cc",
"profiler/stack_copier_signal_unittest.cc",
-@@ -3613,7 +3666,7 @@ test("base_unittests") {
+@@ -3530,7 +3579,7 @@ test("base_unittests") {
# Allow more direct string conversions on platforms with native utf8
# strings
@@ -152,7 +132,7 @@
defines += [ "SYSTEM_NATIVE_UTF8" ]
}
-@@ -3829,7 +3882,7 @@ test("base_unittests") {
+@@ -3751,7 +3800,7 @@ test("base_unittests") {
}
}