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

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

Issue 1227373004: Make Sky example game run offline (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
Index: sky/sdk/example/game/BUILD.gn
diff --git a/sky/sdk/example/stocks/BUILD.gn b/sky/sdk/example/game/BUILD.gn
similarity index 77%
copy from sky/sdk/example/stocks/BUILD.gn
copy to sky/sdk/example/game/BUILD.gn
index d1484fdd5e468935a425a526df845d186dcaf891..5a699832b597cffacd30152d9be12c06f483a923 100644
--- a/sky/sdk/example/stocks/BUILD.gn
+++ b/sky/sdk/example/game/BUILD.gn
@@ -4,11 +4,11 @@
import("//sky/build/sky_app.gni")
-sky_app("stocks") {
- main_dart = "lib/main.dart"
+sky_app("game") {
+ main_dart = "main.dart"
manifest = "sky.yaml"
if (is_android) {
- apk_name = "Stocks"
+ apk_name = "Asteroids"
}
}

Powered by Google App Engine
This is Rietveld 408576698