blob: 4ba5f8865561b0e90b60e18f01343afa53f402ba [file] [log] [blame]
# Copyright 2018 The Chromium 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") {
infer_package_name = true
sources = [
"listening_builder.dart",
"model.dart",
"src/model/model.dart",
"src/model/value_model.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
]
}