blob: d47c656919d15699d5e8a42c1892e84e1a970a6d (
plain)
1
2
3
4
5
6
7
8
|
# Copyright 2018 The Chromium Authors. All rights reserved.
# 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_shell_protocol") {
sources = [ "aura-shell.xml" ]
}
|