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

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: 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/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index a6654789c0172f6189cbdbdf22f70282c6501051..40d2a7a4519ff1f6ae4b100214738e3b67d31331 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -344,8 +344,10 @@
'ozone/evdev/touch_event_converter_evdev_unittest.cc',
],
'dependencies': [
+ '../ozone/ozone.gyp:ozone',
kpschoedel 2014/11/20 16:18:38 A consequence of having the keyboard layout manage
'ozone/events_ozone.gyp:events_ozone',
'ozone/events_ozone.gyp:events_ozone_evdev',
+ 'ozone/events_ozone.gyp:events_ozone_layout_stub',
]
}],
['use_aura==0', {

Powered by Google App Engine
This is Rietveld 408576698