Chromium Code Reviews| 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 223083f2f3ef885ecddb8ba2f1bbf79c9d3cfe08..56cb2b260453a5c51d66ad4ddb5742eed22260ce 100644 |
| --- a/examples/dart/hello_world/hello/BUILD.gn |
| +++ b/examples/dart/hello_world/hello/BUILD.gn |
| @@ -4,7 +4,7 @@ |
| import("//mojo/public/dart/rules.gni") |
| -dart_packaged_application("hello") { |
| +dartzip_packaged_application("hello") { |
| sources = [ |
| "main.dart", |
| ] |