blob: 40aaab655cfbe0c57058228bf485ed700704ad6d [file] [log] [blame]
# Copyright 2017 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_input_device.cc",
"mock_input_device.h",
"mock_input_device_registry.cc",
"mock_input_device_registry.h",
"mock_view_container_listener.cc",
"mock_view_container_listener.h",
"mock_view_listener.cc",
"mock_view_listener.h",
"mock_view_tree_listener.cc",
"mock_view_tree_listener.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.input",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fxl",
]
}