blob: e6fe0f7fd049a77accf68aa30b955b76edd36ebe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/ui/BUILD.gn.orig 2017-06-05 19:03:03 UTC
+++ chrome/browser/ui/BUILD.gn
@@ -3170,7 +3170,7 @@ split_static_library("ui") {
]
}
}
- if (is_linux) { # Both desktop Linux and ChromeOS.
+ if (is_linux || is_bsd) { # Both desktop Linux and ChromeOS.
sources += [
"certificate_dialogs.cc",
"certificate_dialogs.h",
|