aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-content_test_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-content_test_BUILD.gn')
-rw-r--r--devel/electron29/files/patch-content_test_BUILD.gn20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-content_test_BUILD.gn b/devel/electron29/files/patch-content_test_BUILD.gn
new file mode 100644
index 000000000000..cecf8f205539
--- /dev/null
+++ b/devel/electron29/files/patch-content_test_BUILD.gn
@@ -0,0 +1,20 @@
+--- content/test/BUILD.gn.orig 2024-02-27 21:36:00 UTC
++++ content/test/BUILD.gn
+@@ -2265,7 +2265,7 @@ static_library("run_all_unittests") {
+ ":test_support",
+ "//base/test:test_support",
+ ]
+- if (is_linux || is_chromeos) {
++ if ((is_linux || is_chromeos) && !is_bsd) {
+ deps += [ "//content/common:set_process_title_linux" ]
+ }
+ }
+@@ -3377,7 +3377,7 @@ test("content_unittests") {
+ deps += [ "//third_party/boringssl" ]
+ }
+
+- if (is_linux || is_chromeos) {
++ if ((is_linux || is_chromeos) && !is_bsd) {
+ sources += [ "../common/set_process_title_linux_unittest.cc" ]
+ deps += [ "//content/common:set_process_title_linux" ]
+ }