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

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: 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/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 f68925ee87f2ebad2f968afc88904ec5d52df457..71d40fb510e3d286c4dd44bd9b5f5988f2c2a1a8 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -73,6 +73,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