Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 | |
| 3 import("//mojo/public/dart/rules.gni") | |
| 4 | |
| 5 dart_packaged_application("sky_hello_world") { | |
|
tonyg
2015/04/14 14:36:56
This is kind of a bikeshed, but I'm wondering whet
hansmuller1
2015/04/14 15:02:40
I agree!
| |
| 6 sources = [ | |
| 7 "hello_world.dart", | |
| 8 "main.sky", | |
| 9 ] | |
| 10 uses_sky = true | |
| 11 uses_pub = true | |
| 12 } | |
| OLD | NEW |