blob: 96c662f254422b27a6955ea3906d82268a77f4ae [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.ui.scenic") {
library_name = "scenic"
namespace = "fuchsia.ui"
public_deps = [
"../fuchsia.images",
"../fuchsia.mem",
"../fuchsia.scenic.scheduling",
"../fuchsia.ui.gfx",
"../fuchsia.ui.input",
"../fuchsia.ui.views",
]
sources = [
"commands.fidl",
"events.fidl",
"scenic.fidl",
"session.fidl",
"snapshot.fidl",
]
}
group("all"){
deps = [
":fuchsia.ui.scenic",
]
}