blob: 9912ffd8df344c7c6da8efef1bb89e0d18458efb [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("//build/fidl/fidl.gni")
fidl("fuchsia.ui.views") {
sdk_category = "partner"
sources = [
"commands.fidl",
"events.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.math",
"$garnet_sdk_fidl/fuchsia.sys",
"$garnet_sdk_fidl/fuchsia.ui.gfx",
"$garnet_sdk_fidl/fuchsia.ui.input",
]
}