blob: 09dab6b887bf21427172db9ff761fbf55ded62ad [file] [log] [blame]
# Copyright 2021 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("screen_capture") {
sources = [
"screen_capture.cc",
"screen_capture.h",
"screen_capture_buffer_collection_importer.cc",
"screen_capture_buffer_collection_importer.h",
"screen_capture_manager.cc",
"screen_capture_manager.h",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.composition",
"//src/lib/fsl:fsl",
"//src/ui/lib/escher",
"//src/ui/scenic/lib/allocation",
"//src/ui/scenic/lib/flatland/engine",
]
deps = [ "//third_party/rapidjson" ]
}