Chromium Code Reviews| Index: ui/views/controls/webview/BUILD.gn |
| diff --git a/ui/views/controls/webview/BUILD.gn b/ui/views/controls/webview/BUILD.gn |
| index ddb380d3379f7e3b69be772db9494cc3c148a943..32365bc64ea92489a4d2a41f404e3290ea04f489 100644 |
| --- a/ui/views/controls/webview/BUILD.gn |
| +++ b/ui/views/controls/webview/BUILD.gn |
| @@ -39,6 +39,10 @@ component("webview") { |
| "//ui/gfx/geometry", |
| "//ui/views", |
| ] |
| + |
| + if (is_android && use_aura) { |
|
sky
2015/10/15 21:07:36
Do you need the use_aura switch? When would androi
mfomitchev
2015/10/15 21:35:14
Good point. Got rid of it. Are you okay with us us
|
| + sources += [ "unhandled_keyboard_event_handler_linux.cc" ] |
| + } |
| } |
| source_set("test_support") { |