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

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: 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 97590dfc1079b75503e43e788c246327bd771722..94f1b036a1170550a448d1d631ff1ae760d45a9b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -1094,5 +1094,10 @@
'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
],
}],
+ ['use_vgem_map==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:vgem_map',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698