blob: ffa6d0a067c8ae2746d344454f2dabd09445a89d [file] [log] [blame]
# Copyright 2018 The Fuchsia 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("//garnet/bin/wayland/protocol.gni")
group("protocols") {
testonly = true
deps = [
":wayland",
]
}
wayland_protocol("wayland") {
protocol = "//third_party/wayland/protocol/wayland.xml"
}