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

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: 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..5ba24cb8e2c593d135396c17cd644caf3944fa23 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -191,6 +191,16 @@
'include_dirs': [
'../..',
],
+ 'conditions': [
+ ['ozone_platform_gbm==1', {
+ 'defines': [
+ 'USE_OZONE_GBM',
+ ],
+ 'dependencies': [
+ '../build/linux/system.gyp:libdrm',
+ ],
+ }],
+ ],
},
{
# The setuid sandbox, for Linux

Powered by Google App Engine
This is Rietveld 408576698