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

Unified Diff: ui/ozone/ozone.gyp

Issue 250793005: Refactor Udev device support in Ozone and add a DRM hotplug monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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/evdev/scoped_udev.h ('k') | ui/ozone/platform/dri/chromeos/native_display_delegate_dri.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 8ccb0d72723e38c9f426cc94d8e47447903ed391..f2b1a2f052fb9e365b1a72aa7c0e7ebdcda99bfb 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -126,6 +126,11 @@
'<(DEPTH)/ui/display/display.gyp:display_types',
],
}],
+ ['use_udev == 0', {
+ 'sources/': [
+ ['exclude', '_udev\\.(h|cc)$'],
+ ],
+ }],
]
},
],
« no previous file with comments | « ui/events/ozone/evdev/scoped_udev.h ('k') | ui/ozone/platform/dri/chromeos/native_display_delegate_dri.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698