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

Unified Diff: sky/sdk/example/stocks/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/mine_digger/BUILD.gn ('k') | sky/services/activity/BUILD.gn » ('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/stocks/BUILD.gn b/sky/sdk/example/stocks/BUILD.gn
index 0e56d1536f47e92d53b88cb4d22dff7373dbe5ff..d1484fdd5e468935a425a526df845d186dcaf891 100644
--- a/sky/sdk/example/stocks/BUILD.gn
+++ b/sky/sdk/example/stocks/BUILD.gn
@@ -2,12 +2,13 @@
# 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("stocks") {
- apk_name = "Stocks"
main_dart = "lib/main.dart"
manifest = "sky.yaml"
+
+ if (is_android) {
+ apk_name = "Stocks"
+ }
}
« no previous file with comments | « sky/sdk/example/mine_digger/BUILD.gn ('k') | sky/services/activity/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698