| Index: third_party/wayland-protocols/BUILD.gn
|
| diff --git a/third_party/wayland-protocols/BUILD.gn b/third_party/wayland-protocols/BUILD.gn
|
| index 474fd13a115c8403a282e469195de8d78a7f905d..63a1af4f3e16395716fa61d8400f87511360ee71 100644
|
| --- a/third_party/wayland-protocols/BUILD.gn
|
| +++ b/third_party/wayland-protocols/BUILD.gn
|
| @@ -241,3 +241,24 @@ source_set("keyboard_configuration_protocol") {
|
|
|
| public_configs = [ ":keyboard_configuration_protocol_config" ]
|
| }
|
| +
|
| +config("stylus_tools_protocol_config") {
|
| + include_dirs = [ "include/protocol" ]
|
| +}
|
| +
|
| +source_set("stylus_tools_protocol") {
|
| + sources = [
|
| + "include/protocol/stylus-tools-unstable-v1-client-protocol.h",
|
| + "include/protocol/stylus-tools-unstable-v1-server-protocol.h",
|
| + "protocol/stylus-tools-protocol.c",
|
| + ]
|
| +
|
| + deps = [
|
| + "//third_party/wayland:wayland_util",
|
| + ]
|
| +
|
| + configs -= [ "//build/config/compiler:chromium_code" ]
|
| + configs += [ "//build/config/compiler:no_chromium_code" ]
|
| +
|
| + public_configs = [ ":stylus_tools_protocol_config" ]
|
| +}
|
|
|