blob: 31b1d2d0e1e4b583233a014caab43cd2b32f8a34 [file] [log] [blame]
# Copyright 2017 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 = [
"agent.dart",
"src/agent_impl.dart",
"agent_async.dart",
"src/agent_impl_async.dart",
]
deps = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
]
}