blob: 97f2db9b76390749895aed94d74aaaba03408c2d [file] [log] [blame]
# Copyright 2019 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("fuchsia.session") {
sources = [
"annotation.fidl",
"element_manager.fidl",
"graphical_presenter.fidl",
"launcher.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.mem",
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.ui.views",
"//sdk/fidl/fuchsia.url",
]
}