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

Unified Diff: ui/events/ozone/events_ozone.gyp

Issue 778503002: XKB implementation of Ozone key layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x430194-layout
Patch Set: revise in preparation for VKEY determination 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
Index: ui/events/ozone/events_ozone.gyp
diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
index 9580e15d0ed69322a29c21d1ecd9e2318c480743..8e5ac156c013ac10716787261e40c9333e5828f2 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -136,10 +136,25 @@
'layout/keyboard_layout_engine.h',
'layout/keyboard_layout_engine_manager.cc',
'layout/keyboard_layout_engine_manager.h',
+ 'layout/layout_util.cc',
+ 'layout/layout_util.h',
'layout/no/no_keyboard_layout_engine.cc',
'layout/no/no_keyboard_layout_engine.h',
'layout/stub/stub_keyboard_layout_engine.cc',
'layout/stub/stub_keyboard_layout_engine.h',
+ 'layout/xkb/xkb.h',
+ 'layout/xkb/xkb_evdev_codes.cc',
+ 'layout/xkb/xkb_evdev_codes.h',
+ 'layout/xkb/xkb_keyboard_code_conversion.cc',
+ 'layout/xkb/xkb_keyboard_code_conversion.h',
+ 'layout/xkb/xkb_keyboard_layout_engine.cc',
+ 'layout/xkb/xkb_keyboard_layout_engine.h',
+ 'layout/xkb/xkb_keysym.h',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lxkbcommon',
spang 2014/12/05 20:10:47 I think we'll want a use_xkbcommon gyp variable
kpschoedel 2014/12/08 19:54:37 Changed to make building the xkb conditional.
+ ]
+ },
}]
}

Powered by Google App Engine
This is Rietveld 408576698