blob: 0004d3ac07eb6fd50848a5daf8843f257f1844c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$OpenBSD: patch-content_common_BUILD_gn,v 1.26 2021/11/16 11:28:46 robert Exp $
Index: content/common/BUILD.gn
--- content/common/BUILD.gn.orig
+++ content/common/BUILD.gn
@@ -409,6 +409,9 @@ if (is_linux || is_chromeos) {
public = [ "set_process_title_linux.h" ]
sources = [ "set_process_title_linux.cc" ]
deps = [ "//base" ]
+ if (is_openbsd) {
+ sources -= [ "set_process_title_linux.cc" ]
+ }
}
}
|