| Index: examples/dart/hello_world/world/BUILD.gn
|
| diff --git a/examples/dart/hello_world/world/BUILD.gn b/examples/dart/hello_world/world/BUILD.gn
|
| index bb628d31784937501fff4eb9978825d2670e20a5..6ac9c8797939312cfbcb64e8deec85f0aaaec716 100644
|
| --- a/examples/dart/hello_world/world/BUILD.gn
|
| +++ b/examples/dart/hello_world/world/BUILD.gn
|
| @@ -5,8 +5,10 @@
|
| import("//mojo/public/dart/rules.gni")
|
|
|
| dart_pkg("world") {
|
| - apps = [ "lib/main.dart" ]
|
| - app_name_override = "dart_world"
|
| + apps = [ [
|
| + "dart_world",
|
| + "lib/main.dart",
|
| + ] ]
|
| sources = [
|
| "pubspec.yaml",
|
| ]
|
|
|