blob: a8bc710ab325c00569cacb498c6a598cb64146a1 [file] [log] [blame]
# Copyright 2018 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")
group("fidl") {
public_deps = [
":fuchsia.gpu.magma",
":fuchsia.gpu.magma_c",
]
}
fidl("fuchsia.gpu.magma") {
sources = [
"magma.fidl",
]
}