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

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: add comments for USE_VGEM_MAP define 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
« no previous file with comments | « content/common/sandbox_linux/bpf_renderer_policy_linux.cc ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 97590dfc1079b75503e43e788c246327bd771722..371f0a52fa1a35810971bd60ebab47d465b60a6a 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -36,6 +36,7 @@
'variables': {
'use_v4lplugin%': 0,
'use_v4l2_codec%': 0,
+ 'use_vgem_map%': 0,
dshwang 2015/08/26 14:18:02 to avoid this duplication, we can define it in bui
'public_common_sources': [
'public/common/appcache_info.h',
'public/common/bindings_policy.h',
@@ -1094,5 +1095,8 @@
'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
],
}],
+ ['use_vgem_map==1', {
+ 'defines': ['USE_VGEM_MAP'],
+ }],
],
}
« no previous file with comments | « content/common/sandbox_linux/bpf_renderer_policy_linux.cc ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698