| # Copyright 2018 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| import("//third_party/wayland/wayland_protocol.gni") |
| |
| wayland_protocol("aura_output_management_protocol") { |
| sources = [ "aura-output-management.xml" ] |
| } |
| |
| wayland_protocol("aura_shell_protocol") { |
| sources = [ "aura-shell.xml" ] |
| } |
| |
| wayland_protocol("chrome_color_management_protocol") { |
| sources = [ "chrome-color-management.xml" ] |
| } |
| |
| wayland_protocol("surface_augmenter_protocol") { |
| sources = [ "surface-augmenter.xml" ] |
| } |
| |
| wayland_protocol("overlay_prioritizer_protocol") { |
| sources = [ "overlay-prioritizer.xml" ] |
| } |