| Index: mojo/dart/observatory_test/BUILD.gn
|
| diff --git a/examples/dart/hello_world/hello/BUILD.gn b/mojo/dart/observatory_test/BUILD.gn
|
| similarity index 84%
|
| copy from examples/dart/hello_world/hello/BUILD.gn
|
| copy to mojo/dart/observatory_test/BUILD.gn
|
| index 56cb2b260453a5c51d66ad4ddb5742eed22260ce..4401b351d676d74ae799d2e0bca8f3f875aef556 100644
|
| --- a/examples/dart/hello_world/hello/BUILD.gn
|
| +++ b/mojo/dart/observatory_test/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//mojo/public/dart/rules.gni")
|
|
|
| -dartzip_packaged_application("hello") {
|
| +dartzip_packaged_application("observatory_test") {
|
| sources = [
|
| "main.dart",
|
| ]
|
|
|