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

Unified Diff: webapk/shell_apk/BUILD.gn

Issue 1948033005: Rename MintingExample.template.apk to WebApk.template.apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: webapk/shell_apk/BUILD.gn
diff --git a/webapk/shell_apk/BUILD.gn b/webapk/shell_apk/BUILD.gn
index 5c1550848c0cce14ab98f5cc0c2d887cd9fc9e9c..0478045884ae8fa2046250df6ee6a4600e8a5f6a 100644
--- a/webapk/shell_apk/BUILD.gn
+++ b/webapk/shell_apk/BUILD.gn
@@ -22,7 +22,7 @@ declare_args() {
scope = "https://www.template.com"
}
-manifest_package_minting = "org.chromium.minting"
+manifest_package_minting = "org.chromium.webapk"
shell_apk_manifest = "$target_gen_dir/shell_apk_manifest/AndroidManifest.xml"
@@ -56,7 +56,7 @@ android_library("dex_loader_lib") {
android_apk("shell_apk") {
android_manifest = shell_apk_manifest
- apk_name = "MintingExample.$manifest_package_minting_origin"
+ apk_name = "WebApk.$manifest_package_minting_origin"
native_lib_placeholders = [ "libfoo.so" ]
java_files = [
"src/org/chromium/webapk/shell_apk/MainActivity.java",

Powered by Google App Engine
This is Rietveld 408576698