blob: e716e44c1339a787a2b5dd673ecfd828538c588c [file] [log] [blame]
# Copyright 2018 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_settings_service.cc",
"mock_settings_service.h",
"mock_settings_watcher.cc",
"mock_settings_watcher.h",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/gtest",
"//sdk/fidl/fuchsia.accessibility",
"//sdk/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.viewsv1",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp/testing:unit",
"//src/lib/fxl",
"//third_party/googletest:gtest",
]
}