blob: 04d8d8868772900ddad9fba8098b1764ecd482f9 [file] [log] [blame]
# Copyright 2020 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("shared") {
package_name = "inspect_codelab_shared"
sources = [ "codelab_environment.dart" ]
deps = [
"//examples/diagnostics/inspect/codelab/fidl:fuchsia.examples.inspect",
"//sdk/dart/fidl",
"//sdk/dart/fuchsia_services",
"//sdk/dart/zircon",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.sys",
"//third_party/dart-pkg/pub/uuid",
]
}