Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: sky/examples/hello_world/BUILD.gn

Issue 1085853002: Introduce Sky packaged apps. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add example dart packaged app that uses Sky Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698