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