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

Unified Diff: third_party/wayland-protocols/BUILD.gn

Issue 2360533002: exo: Implement minimal support for version 6 of XDG shell. (Closed)
Patch Set: exo: Implement basic support for version 6 of XDG shell. Created 4 years, 2 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: third_party/wayland-protocols/BUILD.gn
diff --git a/third_party/wayland-protocols/BUILD.gn b/third_party/wayland-protocols/BUILD.gn
index 84c81563f25647be4ecc68a73a1ddb9454de1e37..e1dc081a63d7fb0b1635f3ab1c79b4a9cd4fb1bc 100644
--- a/third_party/wayland-protocols/BUILD.gn
+++ b/third_party/wayland-protocols/BUILD.gn
@@ -10,7 +10,10 @@ source_set("xdg_shell_protocol") {
sources = [
"include/protocol/xdg-shell-unstable-v5-client-protocol.h",
"include/protocol/xdg-shell-unstable-v5-server-protocol.h",
- "protocol/xdg-shell-protocol.c",
+ "include/protocol/xdg-shell-unstable-v6-client-protocol.h",
+ "include/protocol/xdg-shell-unstable-v6-server-protocol.h",
+ "protocol/xdg-shell-v5-protocol.c",
+ "protocol/xdg-shell-v6-protocol.c",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698