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

Unified Diff: ui/events/BUILD.gn

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
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | ui/events/keycodes/keyboard_code_conversion_x.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 25539f99b8d11db50499ad2ed1a3edf2de4cea4e..7b8f2d08d4ce3087aa126733fd3452b7ec7d6525 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -63,6 +63,8 @@ component("events_base") {
"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",
]
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | ui/events/keycodes/keyboard_code_conversion_x.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698