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

Unified Diff: sky/apk/demo/BUILD.gn

Issue 1018033002: Add an icon for SkyDemo (required by the play store) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/apk/demo/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/demo/BUILD.gn
diff --git a/sky/apk/demo/BUILD.gn b/sky/apk/demo/BUILD.gn
index 8f0f191594bbed293784e531daf3429687550e6f..382401cebf452e252f1172329ec985db633be305 100644
--- a/sky/apk/demo/BUILD.gn
+++ b/sky/apk/demo/BUILD.gn
@@ -31,5 +31,11 @@ sky_apk("demo") {
android_manifest = "AndroidManifest.xml"
deps = [
":java",
+ ":demo_resources",
]
}
+
+android_resources("demo_resources") {
+ resource_dirs = [ "res" ]
+ android_manifest = "AndroidManifest.xml"
+}
« no previous file with comments | « sky/apk/demo/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698