blob: a51b12ca79cf36ce954d831fd2489ad594a61798 [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",
"//garnet/public/fidl/fuchsia.ui.gfx",
"//garnet/public/fidl/fuchsia.ui.policy",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//zircon/public/lib/async-loop-cpp",
]
}