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

Unified Diff: sky/sdk/example/demo_launcher/apk/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/sdk/example/demo_launcher/apk/AndroidManifest.xml ('k') | sky/sdk/example/demo_launcher/apk/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/apk/BUILD.gn
diff --git a/sky/apk/demo/BUILD.gn b/sky/sdk/example/demo_launcher/apk/BUILD.gn
similarity index 82%
rename from sky/apk/demo/BUILD.gn
rename to sky/sdk/example/demo_launcher/apk/BUILD.gn
index a016244edf84726e3621d5d140cc861f2c868060..7e9311092e43fec6e245dced14c96e3955b1c6b8 100644
--- a/sky/apk/demo/BUILD.gn
+++ b/sky/sdk/example/demo_launcher/apk/BUILD.gn
@@ -6,7 +6,6 @@ assert(is_android)
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-import("//sky/apk/rules.gni")
android_library("java") {
java_files = [
@@ -30,16 +29,7 @@ android_library("java") {
]
}
-sky_apk("demo") {
- apk_name = "SkyDemo"
- android_manifest = "AndroidManifest.xml"
- deps = [
- ":java",
- ":demo_resources",
- ]
-}
-
-android_resources("demo_resources") {
+android_resources("resources") {
resource_dirs = [ "res" ]
android_manifest = "AndroidManifest.xml"
}
« no previous file with comments | « sky/sdk/example/demo_launcher/apk/AndroidManifest.xml ('k') | sky/sdk/example/demo_launcher/apk/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698