--- ui/views/controls/webview/BUILD.gn.orig 2017-04-19 19:06:54 UTC +++ ui/views/controls/webview/BUILD.gn @@ -39,7 +39,7 @@ component("webview") { "//ui/views", ] - if (is_linux || is_android) { + if (is_linux || is_bsd || is_android) { sources += [ "unhandled_keyboard_event_handler_default.cc" ] } }