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

Unified Diff: components/exo/wayland/BUILD.gn

Issue 1411403007: exo: Add minimal support for xdg-shell interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@weston-third-party
Patch Set: rebase Created 5 years 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: components/exo/wayland/BUILD.gn
diff --git a/components/exo/wayland/BUILD.gn b/components/exo/wayland/BUILD.gn
index 67d6d63db713f4f0a002f5c222263d48e693a857..b8d6f978336db27bb53e499a9f47e99eacbe2253 100644
--- a/components/exo/wayland/BUILD.gn
+++ b/components/exo/wayland/BUILD.gn
@@ -19,6 +19,7 @@ source_set("wayland") {
"//components/exo",
"//skia",
"//third_party/wayland:wayland_server",
+ "//third_party/wayland-protocols:xdg_shell_protocol",
]
if (use_ozone) {

Powered by Google App Engine
This is Rietveld 408576698