summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn
blob: d24b1e5736780f972e13eb62c58da55e57e76fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/controls/webview/BUILD.gn.orig	2016-08-03 22:02:41.000000000 +0300
+++ ui/views/controls/webview/BUILD.gn	2016-09-03 00:18:20.159623000 +0300
@@ -39,7 +39,7 @@
     "//ui/views",
   ]
 
-  if (is_linux || is_android) {
+  if (is_linux || is_bsd || is_android) {
     sources += [ "unhandled_keyboard_event_handler_default.cc" ]
   }
 }