blob: 23c54f4e45a2bd69f339177ef80324322d38535b [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",
"//src/lib/fxl",
]
deps = [
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//sdk/lib/syslog/cpp",
"//src/lib/fsl",
]
}