blob: c9b7b67b511ed5b0cad7374673332c8f788f963c [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("//topaz/runtime/dart/dart_test.gni")
import("//build/dart/dart_library.gni")
dart_library("dart") {
package_name = "lib.mod.dart"
sdk_category = "partner"
sources = [
"mod.dart",
]
deps = [
]
}