| Index: ui/events/ozone/events_ozone.gyp
|
| diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
|
| index 9a4805abd8cfbaf1bc48551be794e942a3fa5eef..b3dcf3cacd43d87ff9f9eeb8549af7645eca4a99 100644
|
| --- a/ui/events/ozone/events_ozone.gyp
|
| +++ b/ui/events/ozone/events_ozone.gyp
|
| @@ -25,7 +25,6 @@
|
| 'device/device_manager_manual.h',
|
| 'device/udev/device_manager_udev.cc',
|
| 'device/udev/device_manager_udev.h',
|
| - 'device/udev/scoped_udev.h',
|
| 'event_factory_ozone.cc',
|
| 'event_factory_ozone.h',
|
| 'events_ozone_export.h',
|
| @@ -38,7 +37,7 @@
|
| }],
|
| ['use_ozone_evdev==1 and use_udev==1', {
|
| 'dependencies': [
|
| - '<(DEPTH)/build/linux/system.gyp:udev',
|
| + '<(DEPTH)/device/udev_linux/udev.gyp:udev_linux',
|
| ],
|
| }],
|
| ],
|
|
|