Chromium Code Reviews| Index: sky/examples/hello_world/BUILD.gn |
| diff --git a/sky/examples/hello_world/BUILD.gn b/sky/examples/hello_world/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f28475f845006cbcdde813161ccc0cdda4050401 |
| --- /dev/null |
| +++ b/sky/examples/hello_world/BUILD.gn |
| @@ -0,0 +1,11 @@ |
| +# Copyright 2015 The Chromium Authors. All rights reserved. |
| + |
| +import("//mojo/public/sky/rules.gni") |
| + |
| +sky_packaged_application("sky_hello_world") { |
| + sources = [ |
| + "hello_world.dart", |
| + "main.sky", |
| + ] |
| + uses_pub = true |
| +} |