blob: e77f3e7edb8a9444ac9d787488563bc452642085 [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 = [
"//sdk/lib/syslog/cpp",
"//src/lib/ui/scenic/cpp",
"//zircon/system/ulib/fzl",
]
public_deps = [
"//sdk/fidl/fuchsia.camera2",
"//sdk/fidl/fuchsia.sysmem",
]
}