blob: 35969e77053037ea88ccbc9bdc2032926e479e11 [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("scenic_snapshot_viewer") {
sources = [
"main.cc",
"view.cc",
"view.h",
]
deps = [
"//sdk/fidl/fuchsia.scenic.snapshot",
"//sdk/lib/fidl/cpp",
"//sdk/lib/ui/scenic/cpp",
"//src/lib/fsl",
"//src/lib/ui/base_view",
"//src/lib/ui/scenic/cpp",
"//src/ui/scenic/lib/gfx",
"//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",
]
}