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

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: Getting rid of the use_aura condition. 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
« ui/views/controls/webview/BUILD.gn ('K') | « ui/views/controls/webview/BUILD.gn ('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..f560b8923ab839a6b198b25ebe082c078f6842f4 100644
--- a/ui/views/controls/webview/webview.gyp
+++ b/ui/views/controls/webview/webview.gyp
@@ -42,6 +42,11 @@
'webview.h',
'webview_export.h',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources': [ 'unhandled_keyboard_event_handler_linux.cc', ],
+ }],
+ ],
},
],
}
« ui/views/controls/webview/BUILD.gn ('K') | « ui/views/controls/webview/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698