mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add missing protobuf dependency (#36394)
This commit is contained in:
parent
c60063b72d
commit
962a3cfd1c
@ -39,6 +39,7 @@ dart_library("flutter_tools") {
|
||||
"//third_party/dart-pkg/pub/path",
|
||||
"//third_party/dart-pkg/pub/platform",
|
||||
"//third_party/dart-pkg/pub/process",
|
||||
"//third_party/dart-pkg/pub/protobuf",
|
||||
"//third_party/dart-pkg/pub/quiver",
|
||||
"//third_party/dart-pkg/pub/shelf_packages_handler",
|
||||
"//third_party/dart-pkg/pub/shelf_static",
|
||||
@ -46,7 +47,7 @@ dart_library("flutter_tools") {
|
||||
"//third_party/dart-pkg/pub/test",
|
||||
"//third_party/dart-pkg/pub/usage",
|
||||
"//third_party/dart-pkg/pub/web_socket_channel",
|
||||
"//third_party/dart-pkg/pub/webkit_inspection_protocol",
|
||||
"//third_party/dart-pkg/pub/webkit_inspection_protocol",
|
||||
"//third_party/dart-pkg/pub/xml",
|
||||
"//third_party/dart-pkg/pub/yaml",
|
||||
"//third_party/dart-pkg/pub/node_preamble",
|
||||
|
Loading…
Reference in New Issue
Block a user