blob: bfef9852ee211b8a56cb4b2f5a39c6dc2a0b3929 [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.component.runner") {
library_name = "runner"
namespace = "fuchsia.component"
public_deps = [
"../fuchsia.component",
"../fuchsia.data",
"../fuchsia.io",
"../fuchsia.url",
]
sources = [
"component_runner.fidl",
]
}
group("all"){
deps = [
":fuchsia.component.runner",
]
}