| 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 fe65f3498a06375f17b491f364e279b6c7e5ca90..fe68e2614065f531ecddafc6444a79f38a4bb445 100644
|
| --- a/chrome/android/webapk/shell_apk/BUILD.gn
|
| +++ b/chrome/android/webapk/shell_apk/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/android/rules.gni")
|
| +import("shell_apk_version.gni")
|
|
|
| declare_args() {
|
| # The origin URL of the WebAPK. Used to generate a unique package name for
|
| @@ -56,6 +57,7 @@ jinja_template("shell_apk_manifest") {
|
| output = shell_apk_manifest
|
|
|
| variables = [
|
| + "shell_apk_version=$shell_apk_version",
|
| "manifest_package=$shell_apk_manifest_package",
|
| "runtime_host=$webapk_runtime_host",
|
| "start_url=$webapk_start_url",
|
|
|