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

Unified Diff: components/exo.gypi

Issue 1427743004: exo: Add support for wl_drm version 2 to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-drm-third-party
Patch Set: fix unit test and nit Created 5 years, 1 month 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 a757de7821c1f4e3b8bfae64b5072eb54ccf4e2f..63bcfdf0318c7e8dec3e41627250ab3bc1fc3fde 100644
--- a/components/exo.gypi
+++ b/components/exo.gypi
@@ -66,6 +66,13 @@
'exo/wayland/server.cc',
'exo/wayland/server.h',
],
+ 'conditions': [
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../third_party/mesa/mesa.gyp:wayland_drm_protocol',
+ ],
+ }],
+ ],
},
],
}],
« 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