blob: 1a2fe55321065ba428f74425429cb71557a86cc8 [file] [log] [blame]
# This file is generated by importer.py for web_socket_channel-1.0.7
import("//build/dart/dart_library.gni")
dart_library("web_socket_channel") {
package_name = "web_socket_channel"
# 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/stream_channel",
"//third_party/dart-pkg/pub/crypto",
]
}