blob: 507923669a8f14eeb026bbe85d1c7a3185ffc51e [file] [log] [blame]
# This file is generated by importer.py for build_daemon-0.6.0
import("//build/dart/dart_library.gni")
dart_library("build_daemon") {
package_name = "build_daemon"
# This parameter is left empty as we don't care about analysis or exporting
# these sources outside of the tree.
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/pedantic",
"//third_party/dart-pkg/pub/built_collection",
"//third_party/dart-pkg/pub/shelf_web_socket",
"//third_party/dart-pkg/pub/web_socket_channel",
"//third_party/dart-pkg/pub/shelf",
"//third_party/dart-pkg/pub/watcher",
"//third_party/dart-pkg/pub/stream_transform",
"//third_party/dart-pkg/pub/package_resolver",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/built_value",
"//third_party/dart-pkg/pub/pool",
]
}