blob: 47e694bfd959c444030692db6df8e4f9b99b9b31 [file] [log] [blame]
# 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.
source_set("text_node") {
sources = [
"//zircon/system/ulib/gfx-font-data/9x16.c",
"text_node.cc",
]
public = [ "text_node.h" ]
include_dirs = [
"//zircon/system/ulib/gfx/include",
"//zircon/system/ulib/gfx-font-data/include",
]
deps = [
"//src/lib/syslog/cpp",
"//src/lib/ui/scenic/cpp",
"//zircon/public/lib/fzl",
]
public_deps = [
"//sdk/fidl/fuchsia.camera2",
"//sdk/fidl/fuchsia.sysmem",
]
}