blob: 5bdbc6a812097dc977f6c67822ef7f9c6892f662 [file] [log] [blame]
# Copyright 2017 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("//build/fidl/fidl.gni")
fidl("services") {
name = "fuchsia.examples.shadertoy"
sources = [
"shadertoy.fidl",
"shadertoy_factory.fidl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.images",
"//garnet/public/fidl/fuchsia.ui.gfx",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
]
}