blob: 899ce14c613edc64ca46d8303c36129d266bffd7 [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 = [
"//sdk/fidl/fuchsia.modular",
"//topaz/public/lib/app/dart",
]
}