blob: af60c9ef4f2d7baf26b55f4b22fb48af6bc51d13 [file] [log] [blame]
# This file is generated by importer.py for vm_service_client-0.2.5
import("//build/dart/dart_library.gni")
dart_library("vm_service_client") {
package_name = "vm_service_client"
# 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/stack_trace",
"//third_party/dart-pkg/pub/pub_semver",
"//third_party/dart-pkg/pub/web_socket_channel",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/async",
"//third_party/dart-pkg/pub/stream_channel",
"//third_party/dart-pkg/pub/source_span",
]
}