blob: 68ba8efd9400f209643a1930986c6c9565d8d4ca [file] [log] [blame]
# This file is generated by package_importer.py for source_span-1.8.1
import("//build/dart/dart_library.gni")
dart_library("source_span") {
package_name = "source_span"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/term_glyph",
]
sources = [
"source_span.dart",
"src/charcode.dart",
"src/colors.dart",
"src/file.dart",
"src/highlighter.dart",
"src/location.dart",
"src/location_mixin.dart",
"src/span.dart",
"src/span_exception.dart",
"src/span_mixin.dart",
"src/span_with_context.dart",
"src/utils.dart",
]
}