| Index: services/dart/dart_apptests/BUILD.gn
|
| diff --git a/services/dart/dart_apptests/BUILD.gn b/services/dart/dart_apptests/BUILD.gn
|
| index 8d2723b5f4bef6cb268ac712bffd1bf6cfbb56fe..673e5de8a10cd607e86d60941838071d95fc1cd6 100644
|
| --- a/services/dart/dart_apptests/BUILD.gn
|
| +++ b/services/dart/dart_apptests/BUILD.gn
|
| @@ -4,13 +4,14 @@
|
|
|
| import("//mojo/public/dart/rules.gni")
|
|
|
| -dart_packaged_application("dart_apptests") {
|
| +dartzip_packaged_application("dart_apptests") {
|
| sources = [
|
| "echo_apptests.dart",
|
| "io_http_apptests.dart",
|
| "io_internet_address_apptests.dart",
|
| "main.dart",
|
| "pingpong_apptests.dart",
|
| + "pubspec.yaml",
|
| "versioning_apptests.dart",
|
| ]
|
| deps = [
|
|
|