blob: 5bcb4a18abd74f884b0184f9887ebf4e7ab42b8d [file] [log] [blame]
# This file is generated by package_importer.py for test_core-0.3.29
import("//build/dart/dart_library.gni")
dart_library("test_core") {
package_name = "test_core"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/analyzer",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/boolean_selector",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/coverage",
"//third_party/dart-pkg/pub/frontend_server_client",
"//third_party/dart-pkg/pub/glob",
"//third_party/dart-pkg/pub/io",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/package_config",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/pedantic",
"//third_party/dart-pkg/pub/pool",
"//third_party/dart-pkg/pub/source_map_stack_trace",
"//third_party/dart-pkg/pub/source_maps",
"//third_party/dart-pkg/pub/source_span",
"//third_party/dart-pkg/pub/stack_trace",
"//third_party/dart-pkg/pub/stream_channel",
"//third_party/dart-pkg/pub/vm_service",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart-pkg/pub/matcher",
"//third_party/dart-pkg/pub/test_api",
]
sources = [
"backend.dart",
"scaffolding.dart",
"src/bootstrap/vm.dart",
"src/direct_run.dart",
"src/executable.dart",
"src/platform.dart",
"src/runner.dart",
"src/runner/application_exception.dart",
"src/runner/compiler_pool.dart",
"src/runner/configuration.dart",
"src/runner/configuration/args.dart",
"src/runner/configuration/custom_runtime.dart",
"src/runner/configuration/load.dart",
"src/runner/configuration/reporters.dart",
"src/runner/configuration/runtime_settings.dart",
"src/runner/configuration/utils.dart",
"src/runner/configuration/values.dart",
"src/runner/console.dart",
"src/runner/coverage.dart",
"src/runner/coverage_stub.dart",
"src/runner/debugger.dart",
"src/runner/engine.dart",
"src/runner/environment.dart",
"src/runner/hack_register_platform.dart",
"src/runner/hybrid_listener.dart",
"src/runner/live_suite.dart",
"src/runner/live_suite_controller.dart",
"src/runner/load_exception.dart",
"src/runner/load_suite.dart",
"src/runner/loader.dart",
"src/runner/package_version.dart",
"src/runner/parse_metadata.dart",
"src/runner/platform.dart",
"src/runner/plugin/customizable_platform.dart",
"src/runner/plugin/environment.dart",
"src/runner/plugin/platform_helpers.dart",
"src/runner/plugin/remote_platform_helpers.dart",
"src/runner/reporter.dart",
"src/runner/reporter/compact.dart",
"src/runner/reporter/expanded.dart",
"src/runner/reporter/json.dart",
"src/runner/reporter/multiplex.dart",
"src/runner/runner_suite.dart",
"src/runner/runner_test.dart",
"src/runner/runtime_selection.dart",
"src/runner/spawn_hybrid.dart",
"src/runner/suite.dart",
"src/runner/util/iterable_set.dart",
"src/runner/version.dart",
"src/runner/vm/environment.dart",
"src/runner/vm/platform.dart",
"src/runner/vm/test_compiler.dart",
"src/util/async.dart",
"src/util/dart.dart",
"src/util/detaching_future.dart",
"src/util/errors.dart",
"src/util/exit_codes.dart",
"src/util/io.dart",
"src/util/io_stub.dart",
"src/util/os.dart",
"src/util/package_config.dart",
"src/util/pair.dart",
"src/util/pretty_print.dart",
"src/util/print_sink.dart",
"src/util/stack_trace_mapper.dart",
"src/util/string_literal_iterator.dart",
"test_core.dart",
]
}