blob: 383f8618a58188adb1cf887d996b51cd302d121a [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.
executable("screencap") {
output_name = "screencap"
sources = [
"main.cc",
]
deps = [
"//garnet/public/fidl/fuchsia.ui.scenic",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/trace-provider",
]
}