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

Unified Diff: sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java

Issue 1230423003: Make skyx files for fitness and cards actually build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/demo_launcher/BUILD.gn ('k') | sky/sdk/example/fitness/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
diff --git a/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java b/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
index c1efd8201653c5875b8b47559bb29097f6a12e62..c5f60855bcff21e1d0cdab5919c77adce3c334a6 100644
--- a/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
+++ b/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
@@ -22,10 +22,11 @@ import org.domokit.sky.shell.SkyApplication;
*/
public class SkyDemoApplication extends SkyApplication {
private static final String[] DEMO_RESOURCES = {
+ "cards.skyx",
+ "fitness.skyx",
"game.skyx",
"interactive_flex.skyx",
"mine_digger.skyx",
- "sector.skyx",
"stocks.skyx",
};
« no previous file with comments | « sky/sdk/example/demo_launcher/BUILD.gn ('k') | sky/sdk/example/fitness/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698