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

Unified Diff: ui/events/events.gyp

Issue 430463005: linux/cros: Supports XKeyEvent to Unicode conversion independent from user's locale. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments. Created 6 years, 4 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: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index ec7288a5021f956d768dbc673473b1df452bbca2..f010f5480f16ed90595bdc9b89a15e26c3b9e4ec 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -59,6 +59,8 @@
'keycodes/keyboard_code_conversion_x.cc',
'keycodes/keyboard_code_conversion_x.h',
'keycodes/keyboard_codes.h',
+ 'keycodes/keysym_to_unicode_x.cc',
+ 'keycodes/keysym_to_unicode_x.h',
'latency_info.cc',
'latency_info.h',
'x/device_data_manager_x11.cc',

Powered by Google App Engine
This is Rietveld 408576698