--- chrome/browser/ui/BUILD.gn.orig 2017-04-19 19:06:30 UTC +++ chrome/browser/ui/BUILD.gn @@ -3135,7 +3135,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",