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

Unified Diff: ui/events/events.gyp

Issue 954943003: [KeyboardEvent] Use DOM |code| rather than Windows-based key code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « ui/events/event.cc ('k') | ui/events/keycodes/keyboard_code_conversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 2f5757bdf03b320060b76e6cf0ec9ce5c5788ba2..4a0b936d857cfbfd4c5a07ff9515d93a47d47327 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -79,6 +79,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',
+ ],
+ }],
],
},
{
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/keycodes/keyboard_code_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698