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

Unified Diff: chrome/chrome.gyp

Issue 40065: RenderWidgetHost now stores both the WebKeyboardEvent and the native (Closed)
Patch Set: Redesign Created 11 years, 10 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f14c60e24dd1107b209a6bcfa1b869319ef0774d..b4963f71f97cb5c96024310cbd0ffe00031bacd7 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -209,6 +209,10 @@
'common/modal_dialog_event.h',
'common/mru_cache.h',
'common/navigation_types.h',
+ 'common/native_web_keyboard_event.h',
+ 'common/native_web_keyboard_event_linux.cc',
+ 'common/native_web_keyboard_event_mac.mm',
+ 'common/native_web_keyboard_event_win.cc',
'common/notification_details.h',
'common/notification_observer.h',
'common/notification_registrar.cc',

Powered by Google App Engine
This is Rietveld 408576698