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

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 sadrul's 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 cb4c0ca85c1320e79fd347c3ab6a3080410782fb..09f41fcd562f48b4f64be9bc0dceb8acc6742946 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -67,6 +67,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