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

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

Issue 1225883002: Make SkyDemo.apk start 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
« no previous file with comments | « sky/build/sky_app.gni ('k') | sky/sdk/example/demo_launcher/apk/AndroidManifest.xml » ('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 aec71dc7fe7dfac959054419cf844fe3e0782a88..6792c33638e6b35434247d9d2147c2a13f1aa653 100644
--- a/sky/sdk/example/demo_launcher/BUILD.gn
+++ b/sky/sdk/example/demo_launcher/BUILD.gn
@@ -2,9 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//sky/build/skyx.gni")
+import("//sky/build/sky_app.gni")
-skyx("demo_launcher") {
+sky_app("demo_launcher") {
+ apk_name = "SkyDemo"
main_dart = "lib/main.dart"
manifest = "sky.yaml"
+
+ deps = [
+ "//sky/sdk/example/demo_launcher/apk:java",
+ "//sky/sdk/example/demo_launcher/apk:resources",
+ ]
}
« no previous file with comments | « sky/build/sky_app.gni ('k') | sky/sdk/example/demo_launcher/apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698