blob: 05acf615536f88ce8220ce81e489656aec926f00 [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.web") {
sdk_category = "partner"
sources = [
"context.fidl",
"frame.fidl",
"navigation.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net.http",
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.ui.views",
"//zircon/public/fidl/fuchsia-io",
]
}