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

Unified Diff: ui/events/events.gyp

Issue 786813004: Generate correct KeyboardCode (VKEY). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x430194-xkb
Patch Set: rebase after crrev.com/308447 Created 6 years 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/BUILD.gn ('k') | ui/events/ozone/layout/layout_util.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 15eabda82e670080dac00a918931a9eeeaf877d8..2fa094d92968cc09f3b0ad0cd5b89b565a6075b6 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -362,6 +362,11 @@
'ozone/events_ozone.gyp:events_ozone_layout',
]
}],
+ ['use_xkbcommon==1', {
+ 'sources': [
+ 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
+ ]
+ }],
['use_aura==0', {
'sources!': [
'gestures/gesture_provider_aura_unittest.cc',
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/ozone/layout/layout_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698