blob: 63ef3e30492676e65691b3f516f5abe56be8d5d6 [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("tts") {
sources = [
"tts_manager.cc",
"tts_manager.h",
]
public_deps = [
"//sdk/fidl/fuchsia.accessibility.tts:fuchsia.accessibility.tts_hlcpp",
"//sdk/lib/fidl/cpp",
"//sdk/lib/fit",
"//sdk/lib/sys/cpp",
]
deps = [
"//sdk/lib/syslog/cpp",
"//src/lib/fsl",
]
}