| # Copyright 2020 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("mocks") { |
| testonly = true |
| |
| sources = [ |
| "mock_tts_manager.cc", |
| "mock_tts_manager.h", |
| ] |
| |
| deps = [ |
| "//sdk/fidl/fuchsia.accessibility.tts:fuchsia.accessibility.tts_hlcpp", |
| "//sdk/fidl/fuchsia.logger:fuchsia.logger_hlcpp", |
| "//sdk/lib/syslog/cpp", |
| "//src/lib/fxl/test:gtest_main", |
| "//src/lib/testing/loop_fixture", |
| "//src/ui/a11y/lib/tts", |
| ] |
| } |