blob: 666e41e96d37a2abb315a1556630980a31fd6fc0 [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("dart") {
package_name = "lib.mod.dart"
sdk_category = "partner"
sources = [
"mod.dart",
]
deps = []
}