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