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

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

Issue 1211883004: Update Stocks.apk build tech (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/BUILD.gn ('k') | sky/sdk/example/stocks/apk/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/stocks/BUILD.gn
diff --git a/sky/sdk/example/mine_digger/BUILD.gn b/sky/sdk/example/stocks/BUILD.gn
similarity index 82%
copy from sky/sdk/example/mine_digger/BUILD.gn
copy to sky/sdk/example/stocks/BUILD.gn
index 2af4e13fe491aba0e50c82eb56a04ac85440945f..ae7db76aa510dd397445216b1bfed1465f127830 100644
--- a/sky/sdk/example/mine_digger/BUILD.gn
+++ b/sky/sdk/example/stocks/BUILD.gn
@@ -6,7 +6,7 @@ assert(is_android)
import("//sky/apk/rules.gni")
-sky_app("mine_digger") {
- apk_name = "MineDigger"
+sky_app("stocks") {
+ apk_name = "Stocks"
main_dart = "lib/main.dart"
}
« no previous file with comments | « sky/sdk/example/BUILD.gn ('k') | sky/sdk/example/stocks/apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698