blob: f889b3030d2fb078b5db804811ef6ac495e92f4e [file] [log] [blame]
# Copyright 2017 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")
dart_library("dart") {
infer_package_name = true
source_dir = "."
sources = [
"context_listener_impl.dart",
]
deps = [
"$peridot_sdk_fidl/fuchsia.modular",
"//topaz/public/lib/app/dart",
]
}