xref: /aosp_15_r20/external/wayland-protocols/chromium.org/components/exo/wayland/protocol/BUILD.gn (revision 6c119a463dd5c45dd05bbe67429293292dde15ee)
1# Copyright 2018 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4import("//third_party/wayland/wayland_protocol.gni")
5
6wayland_protocol("aura_output_management_protocol") {
7  sources = [ "aura-output-management.xml" ]
8}
9
10wayland_protocol("aura_shell_protocol") {
11  sources = [ "aura-shell.xml" ]
12}
13
14wayland_protocol("chrome_color_management_protocol") {
15  sources = [ "chrome-color-management.xml" ]
16}
17
18wayland_protocol("surface_augmenter_protocol") {
19  sources = [ "surface-augmenter.xml" ]
20}
21
22wayland_protocol("overlay_prioritizer_protocol") {
23  sources = [ "overlay-prioritizer.xml" ]
24}
25