blob: d42e60ce154ee37abc7fbc185eae15ec06e49157 [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") {
package_name = "lib.module.dart"
sdk_category = "partner"
sources = [
"module.dart",
"src/module_context_client.dart",
"src/module_controller_client.dart",
]
deps = [
"$garnet_sdk_fidl/fuchsia.ui.viewsv1",
"$peridot_sdk_fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/component/dart",
"//topaz/public/lib/story/dart",
"//topaz/public/lib/ui/flutter",
]
}