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

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/keysym_to_unicode_x.h » ('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..ce4270f8cd74241699e018559fa8834139e0d631 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -59,6 +59,8 @@ component("events_base") {
sources += [
"keycodes/keyboard_code_conversion_x.cc",
"keycodes/keyboard_code_conversion_x.h",
+ "keycodes/keysym_to_unicode_x.cc",
+ "keycodes/keysym_to_unicode_x.h",
Wez 2014/08/07 23:37:11 Since this conversion isn't anything to do with VK
Yuki 2014/08/08 14:22:08 Done.
"x/device_data_manager_x11.cc",
"x/device_data_manager_x11.h",
"x/device_list_cache_x.cc",
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | ui/events/keycodes/keysym_to_unicode_x.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698