blob: 2a6cd206978b07f4dd79a696c06e2b8f91a3710f [file] [log] [blame] [edit]
# Copyright 2019 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.terminal") {
sources = [ "profiles.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.fonts",
"//sdk/fidl/fuchsia.ui.types",
]
}