Commit 50f2db4e authored by tfarina@chromium.org's avatar tfarina@chromium.org

ui/events: Fix the path to some ozone files.

This partially fixes the ozone build.

Tested with:

$ gn gen out/Debug_gn --args='use_ozone=true'
$ ninja -C out/Debug_gn

BUG=None
TEST=see above
TBR=brettw@chromium.org,sadrul@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/338183006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278544 0039d316-1c4b-4281-b951-d872f2087c98
parent 17be4a36
...@@ -143,10 +143,8 @@ component("events") { ...@@ -143,10 +143,8 @@ component("events") {
if (use_ozone) { if (use_ozone) {
sources += [ sources += [
"ozone/evdev/device_manager_evdev.cc", "ozone/device/udev/device_manager_udev.cc",
"ozone/evdev/device_manager_evdev.h", "ozone/device/udev/device_manager_udev.h",
"ozone/evdev/device_manager_udev.cc",
"ozone/evdev/device_manager_udev.h",
"ozone/evdev/event_converter_evdev.cc", "ozone/evdev/event_converter_evdev.cc",
"ozone/evdev/event_converter_evdev.h", "ozone/evdev/event_converter_evdev.h",
"ozone/evdev/event_device_info.cc", "ozone/evdev/event_device_info.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment