import("//build/dart/dart_library.gni")
dart_library("fuchsia_remote_debug_protocol") {
package_name = "fuchsia_remote_debug_protocol"
disable_analysis = true
sources = [
"fuchsia_remote_debug_protocol.dart",
"logging.dart",
"src/common/logging.dart",
"src/common/network.dart",
"src/dart/dart_vm.dart",
"src/fuchsia_remote_connection.dart",
"src/runners/ssh_command_runner.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/git/flutter/packages/flutter_test",
"//third_party/dart-pkg/pub/json_rpc_2",
"//third_party/dart-pkg/pub/process",
"//third_party/dart-pkg/pub/web_socket_channel",
]
}
-
Andrew Davies authored
Adds a Fuchsia compatibility function that allows for connecting to a specific Isolate by name when running Flutter Driver on a Fuchsia device. This will check over multiple Dart VM's in an attempt to find an Isolate by its name.
Unverified9ceb9ab3