$OpenBSD: patch-src_3rdparty_chromium_content_test_BUILD_gn,v 1.1 2021/01/19 06:16:34 rsadowski Exp $

Index: src/3rdparty/chromium/content/test/BUILD.gn
--- src/3rdparty/chromium/content/test/BUILD.gn.orig
+++ src/3rdparty/chromium/content/test/BUILD.gn
@@ -1562,7 +1562,7 @@ static_library("run_all_unittests") {
     ":test_support",
     "//base/test:test_support",
   ]
-  if (is_linux) {
+  if (is_linux && !is_openbsd) {
     deps += [ "//services/service_manager/embedder:set_process_title_linux" ]
   }
 }
@@ -2448,7 +2448,7 @@ test("content_unittests") {
     deps += [ "//ui/gfx/x" ]
   }
 
-  if (is_linux) {
+  if (is_linux && !is_openbsd) {
     sources += [ "../../services/service_manager/embedder/set_process_title_linux_unittest.cc" ]
     deps += [ "//services/service_manager/embedder:set_process_title_linux" ]
   }
