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

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

Issue 1225103009: Fix Asteroids game to paint again and give it an icon. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: updated 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
Index: sky/sdk/example/game/BUILD.gn
diff --git a/sky/sdk/example/game/BUILD.gn b/sky/sdk/example/game/BUILD.gn
index 5a699832b597cffacd30152d9be12c06f483a923..227e93bcb6d98f647620ef42a442af6048a0551d 100644
--- a/sky/sdk/example/game/BUILD.gn
+++ b/sky/sdk/example/game/BUILD.gn
@@ -10,5 +10,9 @@ sky_app("game") {
if (is_android) {
apk_name = "Asteroids"
+
+ deps = [
+ "//sky/sdk/example/game/apk:resources",
+ ]
}
}
« no previous file with comments | « sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java ('k') | sky/sdk/example/game/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698