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

Unified Diff: sandbox/linux/sandbox_linux.gypi

Issue 1134993003: ozone: Implement zero/one-copy texture for Ozone GBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not-leak USE_OZONE_GBM, GetSupportedGpuMemoryBufferConfigurations from ozone, return handle Created 5 years, 7 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 77242235f8e3c19660723098fd9d20ce6b49cf97..60c7e89d17e3f49c83a7405e0dee9e862dd5b4b7 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -191,6 +191,13 @@
'include_dirs': [
'../..',
],
+ 'conditions': [
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:drmheader',
+ ],
+ }],
+ ],
},
{
# The setuid sandbox, for Linux

Powered by Google App Engine
This is Rietveld 408576698