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

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: reeeeebase 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/ozone/evdev/keyboard_evdev.cc ('k') | ui/events/ozone/layout/events_ozone_layout_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/events_ozone.gyp
diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
index 1a63eb848fbba957d3b1a11bd221b423272422eb..dd84239b6e8d4761ef72813eca82b688d226d96e 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -61,6 +61,7 @@
'../events.gyp:dom4_keycode_converter',
'../platform/events_platform.gyp:events_platform',
'events_ozone',
+ 'events_ozone_layout',
],
'defines': [
'EVENTS_OZONE_EVDEV_IMPLEMENTATION',
@@ -129,5 +130,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',
+ ],
}]
}
« no previous file with comments | « ui/events/ozone/evdev/keyboard_evdev.cc ('k') | ui/events/ozone/layout/events_ozone_layout_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698