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

Unified Diff: ui/events/events.gyp

Issue 1103263004: Set ui::KeyEvent::key_ (DOM Level 3 key) under X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments (wez@) Created 5 years, 7 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 f82024157f22ea4760ea3c15b70fbe16cd82a381..a10560236f8eb2483bf26105c44b15832f8982a6 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -81,6 +81,13 @@
'../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
+ ['use_x11==1 or use_xkbcommon==1', {
+ 'sources': [
+ 'keycodes/keyboard_code_conversion_xkb.cc',
+ 'keycodes/keyboard_code_conversion_xkb.h',
+ 'keycodes/xkb_keysym.h',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698