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

Unified Diff: content/content_common.gypi

Issue 338193003: ozone: gpu: Add plumbing for platform-specific gpu messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3a91365a3e98593c84fbf1aed6533d2e721ab91e..72d91e554c6e09853c05ece18d469fe4e659bce8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -800,5 +800,10 @@
}, {
'defines': ['USE_SECCOMP_BPF'],
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698