blob: f234d4c12989ce2a2bb5889f1210b368b8bed70f [file] [log] [blame]
# This file is generated by importer.py for build_runner_core-4.4.0
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",
]
}