blob: 49b2465acec1cba1d8a6de4460701b889266ded4 [file] [log] [blame]
# This file is generated by importer.py for build_runner_core-3.0.4
import("//build/dart/dart_library.gni")
dart_library("build_runner_core") {
package_name = "build_runner_core"
# 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/glob",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/watcher",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/timing",
"//third_party/dart-pkg/pub/build_config",
"//third_party/dart-pkg/pub/pool",
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/logging",
"//third_party/dart-pkg/pub/graphs",
"//third_party/dart-pkg/pub/crypto",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart-pkg/pub/build",
"//third_party/dart-pkg/pub/build_resolvers",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/json_annotation",
]
}