blob: 2c263c39a87e4c81ae5d4a39ec1052d986b9bb87 [file] [log] [blame]
# This file is generated by importer.py for devtools-0.1.15
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",
]
}