blob: 4bfb30ae983540e9f6cba4c36035d6425fd15c41 [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("models") {
package_name = "example_modular_models"
sources = [
"shape.dart",
"src/shape.dart",
]
deps = [
"//topaz/public/dart/fuchsia_modular",
]
}