blob: 16f05b49f5d74e35d05ff541d881a963f5309cf5 [file] [log] [blame]
# This file is generated by package_importer.py for vm_snapshot_analysis-0.7.0
import("//build/dart/dart_library.gni")
dart_library("vm_snapshot_analysis") {
package_name = "vm_snapshot_analysis"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/collection",
]
sources = [
"ascii_table.dart",
"instruction_sizes.dart",
"name.dart",
"precompiler_trace.dart",
"program_info.dart",
"src/commands/compare.dart",
"src/commands/explain.dart",
"src/commands/summary.dart",
"src/commands/treemap.dart",
"src/commands/utils.dart",
"src/dominators.dart",
"treemap.dart",
"utils.dart",
"v8_profile.dart",
]
}