blob: a05bede021b8ecb108f96e081d30f486f4963bfe [file] [log] [blame]
# Copyright 2016 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.fonts") {
sdk_category = "partner"
sources = [
"font_provider.fidl",
]
public_deps = [
"//zircon/public/fidl/fuchsia-mem",
]
}