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