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

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: rebase to ToT Created 5 years, 5 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 a7bd259d8a9cc7ee35184104040cfcc63b27f05a..7cb03b94b52b2768d692c5dadc1ac79d9b6ffcea 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -201,6 +201,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