Chromium Code Reviews| Index: examples/dart/wget/BUILD.gn |
| diff --git a/examples/dart/wget/BUILD.gn b/examples/dart/wget/BUILD.gn |
| index de4d861cb8663d955913dd4c4c2d61d2114b4766..b07d70da82ce0b8e38b743c609e4dfd4218f52c7 100644 |
| --- a/examples/dart/wget/BUILD.gn |
| +++ b/examples/dart/wget/BUILD.gn |
| @@ -5,8 +5,10 @@ |
| import("//mojo/public/dart/rules.gni") |
| dart_pkg("wget") { |
| - apps = [ "lib/main.dart" ] |
| - app_name_override = "dart_wget" |
| + apps = [ [ |
| + "dart_wget", |
| + "lib/main.dart", |
| + ] ] |
| sources = [ |
| "pubspec.yaml", |
| ] |