blob: d3757b8efc007903d09aaf262b8ab30429eace8c [file] [log] [blame]
# This file is generated by importer.py for analyzer-0.36.3
import("//build/dart/dart_library.gni")
dart_library("analyzer") {
package_name = "analyzer"
# 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/kernel",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/glob",
"//third_party/dart-pkg/pub/package_config",
"//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/source_span",
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/front_end",
"//third_party/dart-pkg/pub/pub_semver",
"//third_party/dart-pkg/pub/crypto",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart-pkg/pub/html",
"//third_party/dart-pkg/pub/charcode",
]
}