blob: b46ec1be1d706a332758f7f4fdebdc0a5b911f37 [file] [log] [blame]
# This file is generated by package_importer.py for io-1.0.4
import("//build/dart/dart_library.gni")
dart_library("io") {
package_name = "io"
language_version = "2.12"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/string_scanner",
]
sources = [
"ansi.dart",
"io.dart",
"src/ansi_code.dart",
"src/charcodes.dart",
"src/copy_path.dart",
"src/exit_code.dart",
"src/permissions.dart",
"src/process_manager.dart",
"src/shared_stdin.dart",
"src/shell_words.dart",
]
}