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

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: rebase 2014/12/08 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 987de17f49338d01e78f98fcd9990720a435892e..9580e15d0ed69322a29c21d1ecd9e2318c480743 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',
@@ -121,5 +122,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