blob: 7b88bbed7bd7aebf631388933e5753ff76f97d0b [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",
"view.fidl",
"view_config.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
"//sdk/fidl/fuchsia.ui.gfx",
]
}