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

Side by Side 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, 1 month 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 '../../../ui.gyp:ui', 22 '../../../ui.gyp:ui',
23 '../../../web_dialogs/web_dialogs.gyp:web_dialogs', 23 '../../../web_dialogs/web_dialogs.gyp:web_dialogs',
24 '../../views.gyp:views', 24 '../../views.gyp:views',
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'WEBVIEW_IMPLEMENTATION', 27 'WEBVIEW_IMPLEMENTATION',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'unhandled_keyboard_event_handler.cc', 30 'unhandled_keyboard_event_handler.cc',
31 'unhandled_keyboard_event_handler.h', 31 'unhandled_keyboard_event_handler.h',
32 'unhandled_keyboard_event_handler_aurax11.cc', 32 'unhandled_keyboard_event_handler_linux.cc',
33 'unhandled_keyboard_event_handler_win.cc', 33 'unhandled_keyboard_event_handler_win.cc',
34 'web_dialog_view.cc', 34 'web_dialog_view.cc',
35 'web_dialog_view.h', 35 'web_dialog_view.h',
36 'webview.cc', 36 'webview.cc',
37 'webview.h', 37 'webview.h',
38 'webview_export.h', 38 'webview_export.h',
39 ], 39 ],
40 }, 40 },
41 ], 41 ],
42 } 42 }
OLDNEW
« 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