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

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

Issue 1227973002: Build skyx packages by default (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: typo 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/stocks/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/mine_digger/BUILD.gn
diff --git a/sky/sdk/example/mine_digger/BUILD.gn b/sky/sdk/example/mine_digger/BUILD.gn
index 3472599a817da312785f278112ea7b46fecc6417..ec5218b15ae529f7bc5bc034a2d4c67a5608686e 100644
--- a/sky/sdk/example/mine_digger/BUILD.gn
+++ b/sky/sdk/example/mine_digger/BUILD.gn
@@ -2,11 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-assert(is_android)
-
import("//sky/build/sky_app.gni")
sky_app("mine_digger") {
- apk_name = "MineDigger"
main_dart = "lib/main.dart"
+
+ if (is_android) {
+ apk_name = "MineDigger"
+ }
}
« no previous file with comments | « sky/sdk/example/demo_launcher/BUILD.gn ('k') | sky/sdk/example/stocks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698