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

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: Created 6 years, 1 month 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 22767db3d8d052b62b0830842ec25f6a0e7e8f1b..e619c7ab91f4724c917660d945a4f2b468994745 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -99,5 +99,20 @@
'defines': ['USE_OZONE_EVDEV=1'],
}],
],
+ }, {
+ 'target_name': 'events_ozone_layout_stub',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../../base/base.gyp:base',
+ '../events.gyp:dom4_keycode_converter',
+ ],
+ 'defines': [
+ 'EVENTS_OZONE_LAYOUT_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'layout/events_ozone_layout_export.h',
+ 'layout/stub/stub_keyboard_layouts.cc',
+ 'layout/stub/stub_keyboard_layouts.h',
kpschoedel 2014/11/20 16:18:38 I've tentatively put keyboard layouts under ui/e
+ ],
}]
}

Powered by Google App Engine
This is Rietveld 408576698