| # 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 = [ | |
| "//sdk/fidl/fuchsia.ui.scenic", | |
| "//sdk/lib/sys/cpp", | |
| "//src/lib/fsl", | |
| "//src/lib/fxl", | |
| "//zircon/system/ulib/async-loop:async-loop-cpp", | |
| "//zircon/system/ulib/async-loop:async-loop-default", | |
| "//zircon/system/ulib/trace-provider:trace-provider-with-fdio", | |
| ] | |
| } |