blob: 7f4f58b2624ecaa14d258c302a3bc698a2625aec [file] [log] [blame]
# This file is generated by importer.py for pool-1.3.6
import("//build/dart/dart_library.gni")
dart_library("pool") {
package_name = "pool"
# This parameter is left empty as we don't care about analysis or exporting
# these sources outside of the tree.
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/stack_trace",
]
}