Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: ui/views/controls/webview/webview.gyp

Issue 34573002: Convert views X11 UnhandledKeyboardEventHandler to other Linux platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use _linux.cc instead _aura.cc Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/webview/unhandled_keyboard_event_handler_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/webview.gyp
diff --git a/ui/views/controls/webview/webview.gyp b/ui/views/controls/webview/webview.gyp
index 2fde65362ae009ed01932ecb730474e64c600072..6d74ef2dfadc3b66872ee12f483ee7e914c82319 100644
--- a/ui/views/controls/webview/webview.gyp
+++ b/ui/views/controls/webview/webview.gyp
@@ -29,7 +29,7 @@
'sources': [
'unhandled_keyboard_event_handler.cc',
'unhandled_keyboard_event_handler.h',
- 'unhandled_keyboard_event_handler_aurax11.cc',
+ 'unhandled_keyboard_event_handler_linux.cc',
'unhandled_keyboard_event_handler_win.cc',
'web_dialog_view.cc',
'web_dialog_view.h',
« no previous file with comments | « ui/views/controls/webview/unhandled_keyboard_event_handler_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698