blob: c5941ae85edb3d7d1a47d4ef50d24fa5475e9035 [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",
"src/shape_codec.dart",
]
deps = [
"//topaz/public/dart/fuchsia_modular",
]
}