blob: 2bd716530e859abef1e0f3234b84e9a2313b782a [file] [log] [blame]
# Copyright 2017 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("services") {
name = "fuchsia.documents"
sources = [
"document.fidl",
]
}