blob: 343447d4041ecf613e49eeecf71926a1c1bc11b7 [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("set_renderer_params") {
sources = [
"main.cc",
]
deps = [
"//garnet/bin/ui/root_presenter:renderer_params",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fsl",
"//sdk/fidl/fuchsia.ui.gfx",
"//sdk/fidl/fuchsia.ui.policy",
"//zircon/public/lib/async-loop-cpp",
]
}