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

Unified Diff: sky/sdk/example/widgets/BUILD.gn

Issue 1232103006: Add Cards and Fitness demos, remove sector. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add TaskDescriptions to the new demos Created 5 years, 5 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
« no previous file with comments | « sky/sdk/example/fitness/lib/main.dart ('k') | sky/sdk/example/widgets/card_collection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/BUILD.gn
diff --git a/sky/sdk/example/widgets/BUILD.gn b/sky/sdk/example/widgets/BUILD.gn
index 299ad5b520476de60a49a853a3aa66f81109dab9..2de2c054ff6a70466a1b423a6492af91300c7dbd 100644
--- a/sky/sdk/example/widgets/BUILD.gn
+++ b/sky/sdk/example/widgets/BUILD.gn
@@ -12,11 +12,16 @@ skyx("piano") {
main_dart = "piano.dart"
}
+skyx("cards") {
+ main_dart = "card_collection.dart"
+}
+
group("widgets") {
testonly = true
deps = [
- ":sector",
+ ":cards",
":piano",
+ ":sector",
]
}
« no previous file with comments | « sky/sdk/example/fitness/lib/main.dart ('k') | sky/sdk/example/widgets/card_collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698