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

Unified Diff: components/exo.gypi

Issue 1745943003: exo: Add support for linux_dmabuf interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-protocols-linux-dmabuf
Patch Set: Prime -> LinuxDMABuf Created 4 years, 10 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
« no previous file with comments | « no previous file | components/exo/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo.gypi
diff --git a/components/exo.gypi b/components/exo.gypi
index a56fd8cde3be902479aa1eeb788ebf1636727506..8936c62f08df14902d5d5cedff04acda17cd31e9 100644
--- a/components/exo.gypi
+++ b/components/exo.gypi
@@ -86,7 +86,9 @@
'conditions': [
['use_ozone==1', {
'dependencies': [
+ '../build/linux/system.gyp:libdrm',
'../third_party/mesa/mesa.gyp:wayland_drm_protocol',
+ '../third_party/wayland-protocols/wayland-protocols.gyp:linux_dmabuf_protocol',
],
}],
['use_xkbcommon==1', {
« no previous file with comments | « no previous file | components/exo/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698