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

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: Added missing VKEY in windows for brightness and power Created 5 years, 10 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_utils.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 944c02ca91755b7f75b768b789bb4bef17e81a21..e54049425932305d163ed658696c80f302e65655 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -78,6 +78,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_utils.cc ('k') | ui/events/keycodes/keyboard_code_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698