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

Unified Diff: ui/events/events.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/event.cc ('k') | ui/events/keycodes/keyboard_code_conversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 146451cc94d88ae4459dc1c4c4b4108ef312385a..1d33b20d29aa0063c7e5c86c47774079937ac3c0 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -173,6 +173,11 @@
'linux/text_edit_key_bindings_delegate_auralinux.h',
],
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ 'ozone/events_ozone.gyp:events_ozone_layout',
+ ],
+ }],
],
},
{
@@ -353,6 +358,7 @@
'dependencies': [
'ozone/events_ozone.gyp:events_ozone',
'ozone/events_ozone.gyp:events_ozone_evdev',
+ 'ozone/events_ozone.gyp:events_ozone_layout',
]
}],
['use_aura==0', {
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/keycodes/keyboard_code_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698