14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
Index: content/common/BUILD.gn
|
|
--- content/common/BUILD.gn.orig
|
|
+++ content/common/BUILD.gn
|
|
@@ -428,6 +428,9 @@ if (is_linux || is_chromeos) {
|
|
public = [ "set_process_title_linux.h" ]
|
|
sources = [ "set_process_title_linux.cc" ]
|
|
deps = [ "//base" ]
|
|
+ if (is_bsd) {
|
|
+ sources -= [ "set_process_title_linux.cc" ]
|
|
+ }
|
|
}
|
|
}
|
|
|