blob: 2822e89cef4b6f1526e44139930a22e4ad1fd92a [file] [log] [blame]
# 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") {
sources = [
"mock_buffer_collection_importer.h",
"mock_renderer.h",
]
public_deps = [ "//src/ui/scenic/lib/flatland/renderer" ]
}