| 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 = [
|
|
|