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

Unified Diff: sandbox/linux/BUILD.gn

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/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index d632bd4fafbb67d1a2dc1501671f8f0893a63468..a2bb102cd36108ed24229aa15d47d7f8676de497 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -12,6 +12,8 @@ declare_args() {
# On Android, use plain GTest.
use_base_test_suite = is_linux
+
+ use_vgem_map = false
}
# We have two principal targets: sandbox and sandbox_linux_unittests
@@ -237,6 +239,10 @@ component("seccomp_bpf_helpers") {
":sandbox_services",
":seccomp_bpf",
]
+
+ if (use_vgem_map) {
+ defines += [ "USE_VGEM_MAP" ]
+ }
}
if (is_linux) {
« no previous file with comments | « no previous file | sandbox/linux/sandbox_linux.gypi » ('j') | sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698