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

Unified Diff: content/content_common.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: move vgem_map target into ozone.gyp Created 5 years, 2 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3cd9a5546cf5d2e8aba49d8975ffe709f4329b12..14bf6c1db6722827f2f1df9b77cf0e8b84042efa 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -1108,5 +1108,10 @@
'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
],
}],
+ ['use_vgem_map==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:vgem_map',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698