blob: 24bbc3934e2b648c7462d5ac4e2afa9647ba9549 [file] [log] [blame]
# This file is generated by importer.py for analyzer_plugin-0.2.1
import("//build/dart/dart_library.gni")
dart_library("analyzer_plugin") {
package_name = "analyzer_plugin"
# 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/html",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/pub_semver",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/charcode",
"//third_party/dart-pkg/pub/analyzer",
"//third_party/dart-pkg/pub/dart_style",
]
}