| Index: mojo/dart/apptest/BUILD.gn
|
| diff --git a/examples/dart/hello_world/hello/BUILD.gn b/mojo/dart/apptest/BUILD.gn
|
| similarity index 70%
|
| copy from examples/dart/hello_world/hello/BUILD.gn
|
| copy to mojo/dart/apptest/BUILD.gn
|
| index f3c3c54529ca7195489d2150b41b656d7aafb413..0c8365e81ca0b6b74311d358c1e6b905f94e6244 100644
|
| --- a/examples/dart/hello_world/hello/BUILD.gn
|
| +++ b/mojo/dart/apptest/BUILD.gn
|
| @@ -4,11 +4,11 @@
|
|
|
| import("//mojo/public/dart/rules.gni")
|
|
|
| -dart_packaged_application("hello") {
|
| +dart_package("apptest") {
|
| sources = [
|
| - "main.dart",
|
| + "apptest/apptest.dart",
|
| ]
|
| deps = [
|
| - "//mojo/public/interfaces/application",
|
| + "//third_party/dart-packages/unittest",
|
| ]
|
| }
|
|
|