blob: c4db9dbea91609b989cd04ee7939fc82b6cc8b05 [file] [log] [blame] [edit]
# 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/bin/ui/scenic",
"//garnet/lib/ui/gfx",
"//garnet/lib/ui/scenic",
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//zircon/public/lib/trace-provider",
]
}