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

Unified Diff: chrome/android/webapk/shell_apk/BUILD.gn

Issue 2140273002: Add web_manifest_url in WebappInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 4 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 | « chrome/android/webapk/shell_apk/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/shell_apk/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
index 87fb83537f57ad34d364508dddb7466b6819b5e0..27c708d49b096e6c6e3b427882f251b2d0dff7d9 100644
--- a/chrome/android/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -12,6 +12,9 @@ declare_args() {
# The browser that the WebAPK will be bound to.
webapk_runtime_host = "com.google.android.apps.chrome"
+ # The Url of the Web Manifest file.
+ webapk_web_manifest_url = "https://www.template.com/manifest.json"
+
# Attributes from Web Manifest.
webapk_start_url = "https://www.template.com/home_page"
webapk_name = "Longer Sample WebAPK Name"
@@ -51,6 +54,7 @@ jinja_template("shell_apk_manifest") {
"background_color=$webapk_background_color",
"icon_url=$webapk_icon_url",
"scope_url_host=$webapk_scope_url_host",
+ "web_manifest_url=$webapk_web_manifest_url",
]
}
« no previous file with comments | « chrome/android/webapk/shell_apk/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698