Unverified Commit 962a3cfd authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Add missing protobuf dependency (#36394)

parent c60063b7
...@@ -39,6 +39,7 @@ dart_library("flutter_tools") { ...@@ -39,6 +39,7 @@ dart_library("flutter_tools") {
"//third_party/dart-pkg/pub/path", "//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/platform", "//third_party/dart-pkg/pub/platform",
"//third_party/dart-pkg/pub/process", "//third_party/dart-pkg/pub/process",
"//third_party/dart-pkg/pub/protobuf",
"//third_party/dart-pkg/pub/quiver", "//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/shelf_packages_handler", "//third_party/dart-pkg/pub/shelf_packages_handler",
"//third_party/dart-pkg/pub/shelf_static", "//third_party/dart-pkg/pub/shelf_static",
...@@ -46,7 +47,7 @@ dart_library("flutter_tools") { ...@@ -46,7 +47,7 @@ dart_library("flutter_tools") {
"//third_party/dart-pkg/pub/test", "//third_party/dart-pkg/pub/test",
"//third_party/dart-pkg/pub/usage", "//third_party/dart-pkg/pub/usage",
"//third_party/dart-pkg/pub/web_socket_channel", "//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/xml",
"//third_party/dart-pkg/pub/yaml", "//third_party/dart-pkg/pub/yaml",
"//third_party/dart-pkg/pub/node_preamble", "//third_party/dart-pkg/pub/node_preamble",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment