diff --git a/packages/flutter_tools/BUILD.gn b/packages/flutter_tools/BUILD.gn index 330d8ef8c9..2df1803a31 100644 --- a/packages/flutter_tools/BUILD.gn +++ b/packages/flutter_tools/BUILD.gn @@ -14,8 +14,7 @@ dart_library("flutter_tools") { disable_analysis = true deps = [ - "//third_party/dart/pkg/analyzer", - "//third_party/dart/third_party/pkg/linter", + "//third_party/dart-pkg/pub/analyzer", "//third_party/dart-pkg/pub/archive", "//third_party/dart-pkg/pub/args", "//third_party/dart-pkg/pub/bsdiff", @@ -30,6 +29,7 @@ dart_library("flutter_tools") { # because it uses mirrors which Fuchsia's Dart VM doesn't support. "//third_party/dart-pkg/pub/json_rpc_2", "//third_party/dart-pkg/pub/json_schema", + "//third_party/dart-pkg/pub/linter", "//third_party/dart-pkg/pub/meta", "//third_party/dart-pkg/pub/multicast_dns", "//third_party/dart-pkg/pub/mustache",