blob: 8f51c867d6014be64b21403aa71883ac2c8bb8f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/ui/BUILD.gn.orig 2017-01-26 00:49:09 UTC
+++ chrome/browser/ui/BUILD.gn
@@ -3090,7 +3090,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",
|