blob: 92bc962376a60730ab99eed988ab7f9ebd680ca9 [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",
"provider.fidl",
"styles.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
"//zircon/public/fidl/fuchsia-mem",
]
}