blob: 7c4f893c12931884fea6e5cae2e561fba1923df7 [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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.url") {
sdk_category = "partner"
stable = true
sdk_area = "Web"
sources = [ "url.fidl" ]
enable_hlcpp = true
}