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

Unified Diff: ui/ozone/platform/drm/drm.gypi

Issue 1100803004: ozone: Add ability to set clinet capabilities which we will need for atomic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add new define Created 5 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 | « no previous file | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/drm.gypi
diff --git a/ui/ozone/platform/drm/drm.gypi b/ui/ozone/platform/drm/drm.gypi
index 532f62ea2d0656b60d3a4a4b4f0523f8e8b79041..4947784503befe3aceddb2d7069453c83a42b42f 100644
--- a/ui/ozone/platform/drm/drm.gypi
+++ b/ui/ozone/platform/drm/drm.gypi
@@ -104,6 +104,15 @@
'ozone_platform_drm.h',
'scanout_buffer.h',
],
+ 'conditions': [
+ # This is only present in actual device builds so we use it as a flag
+ # here to filter out code that can't run on the bots.
+ ['use_evdev_gestures==1', {
dnicoara 2015/05/14 17:43:18 Lets not re-use event related defines for this kin
+ 'defines': [
+ 'IS_DEVICE_BUILD',
dnicoara 2015/05/14 17:43:18 You should also name this appropriately.
achaulk 2015/05/14 18:26:24 To what? OS_IS_REALLY_CHROMEOS?
dnicoara 2015/05/14 18:31:37 To SUPPORTS_SET_CLIENT_CAP or something similar. I
achaulk 2015/05/14 18:33:13 We're also going to need to condition the atomic a
dnicoara 2015/05/14 18:38:15 How about HAS_ATOMIC_DRM_API? Just because chromeo
+ ],
+ }]
+ ],
},
{
'target_name': 'ozone_platform_drm_unittests',
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/drm_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698