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

Unified Diff: sandbox/linux/sandbox_linux.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: rebase to ToT 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: sandbox/linux/sandbox_linux.gypi
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index 1958258144d0a5ec406389158b5ba341b7fed137..d408e4a847042658578c54ef0f326c29a57ee43e 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -4,6 +4,7 @@
{
'variables': {
+ 'use_vgem_map%': 0,
'conditions': [
['OS=="linux"', {
'compile_suid_client': 1,
@@ -201,6 +202,11 @@
'include_dirs': [
'../..',
],
+ 'conditions': [
+ ['use_vgem_map==1', {
+ 'defines': ['USE_VGEM_MAP'],
+ }],
+ ],
},
{
# The setuid sandbox, for Linux

Powered by Google App Engine
This is Rietveld 408576698