blob: 6860ff203dda17a6a038e60c688ad321640de5bc [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.developer.tiles") {
sdk_category = "partner"
api = "fuchsia.developer.tiles.api"
sources = [
"tiles.fidl",
]
deps = [
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.ui.app",
]
}