blob: 6c8b9eb3b8a2712e0f487850c982c7494830e0f3 [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",
"//zircon/system/fidl/fuchsia-sysmem",
]
}