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

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: Response to qsr's review 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
« no previous file with comments | « sky/examples/BUILD.gn ('k') | sky/examples/hello_world/main.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2
3 import("//mojo/public/sky/rules.gni")
4
5 sky_packaged_application("sky_hello_world") {
6 sources = [
7 "hello_world.dart",
8 "main.sky",
9 ]
10 uses_pub = true
11 }
OLDNEW
« no previous file with comments | « sky/examples/BUILD.gn ('k') | sky/examples/hello_world/main.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698