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

Unified Diff: app/app_base.gypi

Issue 3801011: touchui: Directly process key and mouse events. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nit Created 10 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
« no previous file with comments | « no previous file | app/keyboard_code_conversion_x.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
diff --git a/app/app_base.gypi b/app/app_base.gypi
index 2866bfd1dd8e139a3be3e252a24af615f9669caf..2c04d3807c6536088719701a1a4c1da187f13e39 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -153,6 +153,8 @@
'keyboard_code_conversion_mac.h',
'keyboard_code_conversion_win.cc',
'keyboard_code_conversion_win.h',
+ 'keyboard_code_conversion_x.cc',
+ 'keyboard_code_conversion_x.h',
'keyboard_codes.h',
'keyboard_codes_win.h',
'keyboard_codes_posix.h',
@@ -364,6 +366,8 @@
'event_synthesis_gtk.h',
'keyboard_code_conversion_gtk.cc',
'keyboard_code_conversion_gtk.h',
+ 'keyboard_code_conversion_x.cc',
+ 'keyboard_code_conversion_x.h',
'keyboard_codes_win.h',
],
}],
@@ -386,6 +390,8 @@
'keyboard_code_conversion_gtk.h',
'keyboard_code_conversion_mac.mm',
'keyboard_code_conversion_mac.h',
+ 'keyboard_code_conversion_x.cc',
+ 'keyboard_code_conversion_x.h',
'keyboard_codes_posix.h',
],
}],
« no previous file with comments | « no previous file | app/keyboard_code_conversion_x.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698