Index: services/dart/test/echo/BUILD.gn |
diff --git a/services/dart/test/echo/BUILD.gn b/services/dart/test/echo/BUILD.gn |
index 01b3637c6e2013a1ea12fc099dbf5de2d46db1e4..f1256052cd82fa5694176a85b9c4cb8dbb013703 100644 |
--- a/services/dart/test/echo/BUILD.gn |
+++ b/services/dart/test/echo/BUILD.gn |
@@ -5,8 +5,10 @@ |
import("//mojo/public/dart/rules.gni") |
dart_pkg("echo") { |
- apps = [ "lib/main.dart" ] |
- app_name_override = "dart_echo" |
+ apps = [ [ |
+ "dart_echo", |
+ "lib/main.dart", |
+ ] ] |
sources = [ |
"pubspec.yaml", |
] |