blob: fe69c28dd8816b7618e449a91b064711fadd968f [file] [log] [blame]
# This file is generated by package_importer.py for dart_style-2.0.2
import("//build/dart/dart_library.gni")
dart_library("dart_style") {
package_name = "dart_style"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/analyzer",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/pub_semver",
"//third_party/dart-pkg/pub/source_span",
]
sources = [
"dart_style.dart",
"src/argument_list_visitor.dart",
"src/call_chain_visitor.dart",
"src/chunk.dart",
"src/chunk_builder.dart",
"src/cli/format_command.dart",
"src/cli/formatter_options.dart",
"src/cli/options.dart",
"src/cli/output.dart",
"src/cli/show.dart",
"src/cli/summary.dart",
"src/dart_formatter.dart",
"src/debug.dart",
"src/exceptions.dart",
"src/fast_hash.dart",
"src/io.dart",
"src/line_splitting/line_splitter.dart",
"src/line_splitting/rule_set.dart",
"src/line_splitting/solve_state.dart",
"src/line_splitting/solve_state_queue.dart",
"src/line_writer.dart",
"src/nesting_builder.dart",
"src/nesting_level.dart",
"src/rule/argument.dart",
"src/rule/combinator.dart",
"src/rule/metadata.dart",
"src/rule/rule.dart",
"src/rule/type_argument.dart",
"src/source_code.dart",
"src/source_visitor.dart",
"src/string_compare.dart",
"src/style_fix.dart",
"src/whitespace.dart",
]
}