| Index: mojo/dart/apptest/BUILD.gn
|
| diff --git a/examples/dart/hello_world/hello/BUILD.gn b/mojo/dart/apptest/BUILD.gn
|
| similarity index 66%
|
| copy from examples/dart/hello_world/hello/BUILD.gn
|
| copy to mojo/dart/apptest/BUILD.gn
|
| index 7c77e84659dd2135b37fffe738722962f2e60ab4..0c8365e81ca0b6b74311d358c1e6b905f94e6244 100644
|
| --- a/examples/dart/hello_world/hello/BUILD.gn
|
| +++ b/mojo/dart/apptest/BUILD.gn
|
| @@ -4,12 +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",
|
| ]
|
| - strict = is_debug
|
| }
|
|
|