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

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

Issue 2360533002: exo: Implement minimal support for version 6 of XDG shell. (Closed)
Patch Set: fix bad rebase and unit tests Created 3 years, 11 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 | « components/exo/wayland/server.cc ('k') | third_party/wayland-protocols/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/BUILD.gn
diff --git a/third_party/wayland-protocols/BUILD.gn b/third_party/wayland-protocols/BUILD.gn
index d8a513dd4616a5bbc58de7e1980274c55770c44b..df484b9b4637266f87a08f707d7d523b2d2b6529 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 = [
« no previous file with comments | « components/exo/wayland/server.cc ('k') | third_party/wayland-protocols/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698