blob: 9e8478c687baf52476029d9791e51a6ba82aef71 [file] [log] [blame]
# This file is generated by importer.py for devtools-0.1.10
import("//build/dart/dart_library.gni")
dart_library("devtools") {
package_name = "devtools"
# 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/http",
"//third_party/dart-pkg/pub/devtools_server",
]
}