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

Unified Diff: ui/events/BUILD.gn

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
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | ui/events/keycodes/keyboard_code_conversion_xkb.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 dc47131888ba755040315109eb292d91f6aa79de..25aa2939740a20aa0688cd474f69847743bf0bdf 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -76,6 +76,14 @@ component("events_base") {
deps += [ "//ui/gfx/x" ]
}
+
+ if (use_x11 || use_ozone) {
+ sources += [
+ "keycodes/keyboard_code_conversion_xkb.cc",
+ "keycodes/keyboard_code_conversion_xkb.h",
+ "keycodes/xkb_keysym.h",
+ ]
+ }
}
component("events") {
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | ui/events/keycodes/keyboard_code_conversion_xkb.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698