blob: e0f79142b801d7b35c56229ee8836d4bf42e3936 [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("snapshot") {
output_name = "snapshot"
sources = [
"main.cc",
"view.cc",
"view.h",
]
deps = [
"//garnet/lib/ui/gfx",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/ui/base_view/cpp",
"//garnet/public/lib/ui/scenic/cpp",
"//sdk/fidl/fuchsia.scenic.snapshot",
"//sdk/lib/fidl/cpp",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/trace-provider",
]
}