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

Unified 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 side-by-side diff with in-line comments
Download patch
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..3b6e4f2c3894ea8f8289d16365bb0ff9d21b671c
--- /dev/null
+++ b/sky/examples/hello_world/BUILD.gn
@@ -0,0 +1,12 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+
+import("//mojo/public/dart/rules.gni")
+
+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!
+ sources = [
+ "hello_world.dart",
+ "main.sky",
+ ]
+ uses_sky = true
+ uses_pub = true
+}

Powered by Google App Engine
This is Rietveld 408576698