blob: c3be85ab72735002c239ad66caa28d6f1e644af2 [file] [log] [blame]
# Copyright 2016 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.
import("//garnet/public/lib/ui/config.gni")
executable("paint") {
output_name = "paint_view"
sources = [
"main.cc",
"paint_view.cc",
"paint_view.h",
]
deps = [
"//garnet/public/lib/fidl/cpp/bindings",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/lib/ui/scenic/fidl",
"//garnet/public/lib/ui/view_framework:skia",
"//garnet/public/lib/ui/view_framework:view_provider",
"//garnet/public/lib/ui/views/fidl",
"//third_party/skia",
"//zircon/system/ulib/trace-provider",
]
}