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