We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7071dc7 commit 6324184Copy full SHA for 6324184
flutter_frontend_server/BUILD.gn
@@ -16,8 +16,11 @@ if (is_fuchsia_host || is_fuchsia) {
16
17
deps = [
18
"//third_party/dart-pkg/pub/args",
19
+ "//third_party/dart-pkg/pub/cli_util",
20
"//third_party/dart-pkg/pub/path",
21
+ "//third_party/dart-pkg/pub/source_maps",
22
"//third_party/dart-pkg/pub/usage",
23
+ "//third_party/dart/pkg/analyzer",
24
"//third_party/dart/pkg/build_integration",
25
"//third_party/dart/pkg/dev_compiler",
26
"//third_party/dart/pkg/front_end",
0 commit comments