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

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

Issue 1253363004: ozone gbm: whitelist 3 DRM ioctl code for native GpuMemoryBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: define use_vgem_map in single place Created 5 years, 4 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
« ui/ozone/ozone.gni ('K') | « ui/ozone/platform/drm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gbm.gypi
diff --git a/ui/ozone/platform/drm/gbm.gypi b/ui/ozone/platform/drm/gbm.gypi
index 379e1091060fc551cb4df0846a19fe93d846cfe9..f0922c861d0c5c1c8ac705d3539055407da28fc1 100644
--- a/ui/ozone/platform/drm/gbm.gypi
+++ b/ui/ozone/platform/drm/gbm.gypi
@@ -11,10 +11,6 @@
'gbm',
],
'use_mesa_platform_null%': 0,
-
- # TODO(dshwang): remove this flag when all gbm hardware supports vgem map.
- # crbug.com/519587
- 'use_vgem_map%': 0,
},
'targets': [
{
@@ -59,7 +55,9 @@
'defines': ['USE_MESA_PLATFORM_NULL'],
}],
['use_vgem_map==1', {
- 'defines': ['USE_VGEM_MAP'],
+ 'dependencies': [
+ '../../build/linux/system.gyp:vgem_map',
+ ],
'sources': [
'gpu/client_native_pixmap_vgem.cc',
'gpu/client_native_pixmap_vgem.h',
« ui/ozone/ozone.gni ('K') | « ui/ozone/platform/drm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698