blob: e4a4bcda0ec4e13b8f7b8abab32b77463efaa5b1 [file] [log] [blame]
# This file is generated by importer.py for devtools_server-0.9.5+1
import("//build/dart/dart_library.gni")
dart_library("devtools_server") {
package_name = "devtools_server"
language_version = "2.6"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/shelf_static",
"//third_party/dart-pkg/pub/intl",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/http_multi_server",
"//third_party/dart-pkg/pub/sse",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/vm_service",
"//third_party/dart-pkg/pub/shelf_proxy",
"//third_party/dart-pkg/pub/shelf",
"//third_party/dart-pkg/pub/usage",
"//third_party/dart-pkg/pub/devtools_shared",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/browser_launcher",
]
sources = [
"devtools_server.dart",
"src/client_manager.dart",
"src/external_handlers.dart",
"src/file_system.dart",
"src/memory_profile.dart",
"src/server.dart",
"src/server_api.dart",
"src/service_registrations.dart",
"src/usage.dart",
]
}