blob: 6f0bb34cf7161e5bff6bf992d6cef319d90074d6 [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") {
package_name = "lib.lifecycle.dart"
sdk_category = "partner"
sources = [
"lifecycle.dart",
"src/lifecycle_host.dart",
"src/lifecycle_impl.dart",
]
deps = [
"//sdk/fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
]
}