blob: 5aeed92709ded3826cb160a3dede6bdd06bec3d8 [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"
}