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