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

Unified Diff: ui/events/ozone/events_ozone.gyp

Issue 302093009: Linux: Unify udev scopers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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/ozone/device/udev/scoped_udev.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« no previous file with comments | « ui/events/ozone/device/udev/scoped_udev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698