blob: 44019422340a06fe8817d803802d8b5d2a078524 [file] [log] [blame]
# This file is generated by importer.py for build_daemon-0.4.1
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",
]
}