blob: 006c75d6ef56a6c3a435b8f49dfb002aa5b7d372 [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",
"view_token.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
]
}