Chromium Code Reviews| Index: examples/dart/hello_world/world/BUILD.gn |
| diff --git a/examples/dart/hello_world/world/BUILD.gn b/examples/dart/hello_world/world/BUILD.gn |
| index 5f513a1435bbd43ec63f32b5a9684dcd4c85d0a3..25053ce37847a94cbd3646220e82e88d000d3a71 100644 |
| --- a/examples/dart/hello_world/world/BUILD.gn |
| +++ b/examples/dart/hello_world/world/BUILD.gn |
| @@ -4,7 +4,7 @@ |
| import("//mojo/public/dart/rules.gni") |
| -dart_packaged_application("world") { |
| +dartzip_packaged_application("world") { |
| sources = [ |
| "main.dart", |
| ] |