Chromium Code Reviews| 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', { |