diff --git a/shell/platform/linux/BUILD.gn b/shell/platform/linux/BUILD.gn index cf9f9736a11..e512996041a 100644 --- a/shell/platform/linux/BUILD.gn +++ b/shell/platform/linux/BUILD.gn @@ -3,4 +3,7 @@ # found in the LICENSE file. group("linux") { + deps = [ + "$flutter_root/shell/testing", + ] }