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

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

Issue 1403283002: Aura on Android: UnhandledKeyboardEventHandler::HandleNativeKeyboardEvent implementaion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_events
Patch Set: Renaming nhandled_keyboard_event_handler_linux to nhandled_keyboard_event_handler_default Created 5 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 8ccbf082ebad7611948d5d72e4323005b9560e8f..f814e404aae0f52235151e718eebb89d0feec3a5 100644
--- a/ui/views/controls/webview/webview.gyp
+++ b/ui/views/controls/webview/webview.gyp
@@ -33,7 +33,6 @@
# Note: file list duplicated in GN build.
'unhandled_keyboard_event_handler.cc',
'unhandled_keyboard_event_handler.h',
- 'unhandled_keyboard_event_handler_linux.cc',
'unhandled_keyboard_event_handler_mac.mm',
'unhandled_keyboard_event_handler_win.cc',
'web_dialog_view.cc',
@@ -42,6 +41,11 @@
'webview.h',
'webview_export.h',
],
+ 'conditions': [
+ ['OS=="linux" or OS=="android"', {
+ 'sources': [ 'unhandled_keyboard_event_handler_default.cc', ],
+ }],
+ ],
},
],
}
« 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