blob: 1aac9fa625df020fdc78f20d10a754b6b4dc3ad2 [file] [log] [blame]
# This file is generated by importer.py for devtools_server-0.1.6
import("//build/dart/dart_library.gni")
dart_library("devtools_server") {
package_name = "devtools_server"
# 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/shelf_static",
"//third_party/dart-pkg/pub/pedantic",
"//third_party/dart-pkg/pub/shelf",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/vm_service",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/browser_launcher",
]
}