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

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..1c0e4b15645955da962d7d862c22a4532c97cee3 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -65,6 +65,8 @@
'x/device_data_manager_x11.h',
'x/device_list_cache_x.cc',
'x/device_list_cache_x.h',
+ 'x/keysym_to_unicode.cc',
+ 'x/keysym_to_unicode.h',
'x/touch_factory_x11.cc',
'x/touch_factory_x11.h',
],

Powered by Google App Engine
This is Rietveld 408576698