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

Unified Diff: chrome/common/common.scons

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/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 7ebad2e4a2eaba7d429b64a034639eef6e57aba7..b7fd21ec5ca23dc2376a5e7fbbca8c7751312a67 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -162,6 +162,8 @@ input_files = ChromeFileList([
'message_router.cc',
'message_router.h',
'mru_cache.h',
+ 'native_web_keyboard_event.h',
+ 'native_web_keyboard_event_linux.cc',
'navigation_types.h',
'notification_details.h',
'notification_registrar.cc',

Powered by Google App Engine
This is Rietveld 408576698