blob: 95d278fbefd5e11685b3ef675701d5c3a1b7089f [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.web") {
library_name = "web"
namespace = "fuchsia"
public_deps = [
"../fuchsia.io",
"../fuchsia.media.sessions2",
"../fuchsia.mem",
"../fuchsia.net.http",
"../fuchsia.ui.gfx",
"../fuchsia.ui.views",
]
sources = [
"constants.fidl",
"context.fidl",
"cookie.fidl",
"debug.fidl",
"frame.fidl",
"navigation.fidl",
"url_request_rewrite_rules.fidl",
]
}
group("all"){
deps = [
":fuchsia.web",
]
}