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

Unified Diff: ui/events/BUILD.gn

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/base/accelerators/accelerator.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »
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 208cc18317e5480bdab6ec0fe35d2b21719dac46..1b4e0d185e3bef3f88c1c560756d944cf41b476d 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -74,6 +74,13 @@ component("events_base") {
deps += [ "//ui/gfx/x" ]
}
+ if (use_x11 || use_ozone) {
+ sources += [
+ "keycodes/keyboard_code_conversion_xkb.cc",
+ "keycodes/keycodes_code_conversion_xkb.h",
+ "keycodes/xkb_keysym.h",
+ ]
+ }
}
component("events") {
« no previous file with comments | « ui/base/accelerators/accelerator.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698