blob: 356cfa00b569f8d1d1dc32449117536e9a6d131f [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("scoped_model") {
package_name = "scoped_model"
sdk_category = "partner"
source_dir = "lib"
sources = [
"scoped_model.dart",
]
deps = [
"//third_party/dart-pkg/pub/meta",
]
}