blob: a428ac82e99d7a412e74a4355e864587903aafa7 [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/dart/dart_library.gni")
dart_library("gidl") {
infer_package_name = true
sources = [
"gidl.dart",
]
deps = [
"//third_party/dart-pkg/pub/test",
"//topaz/public/dart/fidl",
]
}