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

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

Issue 742103002: Ozone keyboard layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lite-code
Patch Set: works on link 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 1d3c3f521de8aa1f90bfbdbcf2cb76dea35f8b0f..7e5f8f71060c0091d85dd44606294b4315d10bf3 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -53,6 +53,7 @@
'../events.gyp:dom4_keycode_converter',
'../platform/events_platform.gyp:events_platform',
'events_ozone',
+ 'events_ozone_layout',
],
'defines': [
'EVENTS_OZONE_EVDEV_IMPLEMENTATION',
@@ -111,5 +112,24 @@
'defines': ['USE_OZONE_EVDEV=1'],
}],
],
+ }, {
+ 'target_name': 'events_ozone_layout',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../../base/base.gyp:base',
+ ],
+ 'defines': [
+ 'EVENTS_OZONE_LAYOUT_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'layout/events_ozone_layout_export.h',
+ 'layout/keyboard_layout_engine.h',
+ 'layout/keyboard_layout_engine_manager.cc',
+ 'layout/keyboard_layout_engine_manager.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',
+ ],
}]
}

Powered by Google App Engine
This is Rietveld 408576698