blob: b374db1773a7ded4f28e2505a78d4f222aa9fec9 [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") {
package_name = "lib.module_resolver.dart"
sdk_category = "partner"
source_dir = "."
sources = [
"intent_builder.dart",
]
deps = [
"$peridot_sdk_fidl/fuchsia.modular",
"//topaz/public/lib/app/dart",
]
}