summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_common_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-content_common_BUILD.gn')
-rw-r--r--www/ungoogled-chromium/files/patch-content_common_BUILD.gn13
1 files changed, 2 insertions, 11 deletions
diff --git a/www/ungoogled-chromium/files/patch-content_common_BUILD.gn b/www/ungoogled-chromium/files/patch-content_common_BUILD.gn
index 1f3f0249510b..c7e5e189815c 100644
--- a/www/ungoogled-chromium/files/patch-content_common_BUILD.gn
+++ b/www/ungoogled-chromium/files/patch-content_common_BUILD.gn
@@ -1,6 +1,6 @@
---- content/common/BUILD.gn.orig 2023-11-04 07:08:51 UTC
+--- content/common/BUILD.gn.orig 2023-12-23 12:33:28 UTC
+++ content/common/BUILD.gn
-@@ -441,6 +441,9 @@ if (is_linux || is_chromeos) {
+@@ -438,6 +438,9 @@ if (is_linux || is_chromeos) {
public = [ "set_process_title_linux.h" ]
sources = [ "set_process_title_linux.cc" ]
deps = [ "//base" ]
@@ -10,12 +10,3 @@
}
}
-@@ -486,7 +489,7 @@ mojom("mojo_bindings") {
- if (enable_ipc_logging) {
- enabled_features += [ "ipc_logging" ]
- }
-- if (is_linux || is_chromeos) {
-+ if (!is_bsd && (is_linux || is_chromeos)) {
- enabled_features += [ "supports_thread_types" ]
- }
- if (use_clang_profiling_inside_sandbox) {