blob: 0faa1d5d0e7be5086eaafb4ac952b0df92be43fd [file] [log] [blame]
# Copyright 2017 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.sketchy") {
sources = [
"canvas.fidl",
"commands.fidl",
"resources.fidl",
"types.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.images",
"$garnet_sdk_fidl/fuchsia.ui.gfx",
]
}