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

Unified Diff: sky/sdk/example/demo_launcher/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/BUILD.gn ('k') | sky/sdk/example/mine_digger/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/BUILD.gn
diff --git a/sky/sdk/example/demo_launcher/BUILD.gn b/sky/sdk/example/demo_launcher/BUILD.gn
index b7bf617d5295d6fcdf0c965376e26f279ea3c96b..fbae9b404dd03ad016dc23d448b7e03a17a0d8fb 100644
--- a/sky/sdk/example/demo_launcher/BUILD.gn
+++ b/sky/sdk/example/demo_launcher/BUILD.gn
@@ -5,21 +5,22 @@
import("//sky/build/sky_app.gni")
sky_app("demo_launcher") {
- apk_name = "SkyDemo"
main_dart = "lib/main.dart"
manifest = "sky.yaml"
- if (enable_skyx) {
+ if (is_android) {
+ apk_name = "SkyDemo"
+
bundles = [
"//sky/sdk/example/mine_digger",
"//sky/sdk/example/rendering:interactive_flex",
"//sky/sdk/example/stocks",
"//sky/sdk/example/widgets:sector",
]
- }
- deps = [
- "//sky/sdk/example/demo_launcher/apk:java",
- "//sky/sdk/example/demo_launcher/apk:resources",
- ]
+ deps = [
+ "//sky/sdk/example/demo_launcher/apk:java",
+ "//sky/sdk/example/demo_launcher/apk:resources",
+ ]
+ }
}
« no previous file with comments | « sky/sdk/example/BUILD.gn ('k') | sky/sdk/example/mine_digger/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698