blob: 3666ad99102ae67aa36bfdda9fd40759d4fa947e [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")
dart_library("dart") {
infer_package_name = true
sources = [
"proposal.dart",
"proposal_async.dart",
"src/proposal_builder.dart",
"src/proposal_builder_async.dart",
]
deps = [
"//sdk/fidl/fuchsia.modular",
"//third_party/dart-pkg/pub/http",
"//topaz/public/dart/zircon",
"//topaz/public/lib/app/dart",
]
}