blob: 7381dbc77e564857972ce779baf597fbcbe6c0d7 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_library.gni")
dart_library("fuchsia_remote_debug_protocol") {
package_name = "fuchsia_remote_debug_protocol"
disable_analysis = true
pubspec = "//third_party/dart-pkg/git/flutter/packages/fuchsia_remote_debug_protocol/pubspec.yaml"
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/meta",
"//third_party/dart-pkg/pub/process",
"//third_party/dart-pkg/pub/vm_service",
"//third_party/dart-pkg/pub/web_socket_channel",
]
}