aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-ui_views_controls_webview_BUILD.gn
blob: 10c48d780caa4d3ef5facf5f8dd0d027ad112b3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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" ]
   }
 }