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