blob: 669431d84e1044059b8382399df7fecbf180c218 [file] [log] [blame]
# This file is generated by package_importer.py for process-4.2.4
import("//build/dart/dart_library.gni")
dart_library("process") {
package_name = "process"
language_version = "2.14"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/file",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/platform",
]
sources = [
"process.dart",
"src/interface/common.dart",
"src/interface/exceptions.dart",
"src/interface/local_process_manager.dart",
"src/interface/process_manager.dart",
"src/interface/process_wrapper.dart",
]
}