blob: 795f7618b39f0ea0f7a724c59138fa4f686f7e98 [file] [log] [blame] [edit]
# 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"
sources = [ "url.fidl" ]
enable_hlcpp = true
}