mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
20 lines
548 B
Plaintext
20 lines
548 B
Plaintext
import("//build/dart/dart_library.gni")
|
|
|
|
dart_library("fuchsia_remote_debug_protocol") {
|
|
package_name = "fuchsia_remote_debug_protocol"
|
|
|
|
# Can be left empty as analysis is disabled.
|
|
sources = []
|
|
|
|
disable_analysis = true
|
|
|
|
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/web_socket_channel",
|
|
]
|
|
}
|