--- 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",