summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_views_controls_webview_BUILD.gn')
-rw-r--r--www/chromium/files/patch-ui_views_controls_webview_BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn b/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn
deleted file mode 100644
index 10c48d780caa..000000000000
--- a/www/chromium/files/patch-ui_views_controls_webview_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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" ]
- }
- }