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

Unified Diff: chrome/android/webapk/libs/client/BUILD.gn

Issue 2259713002: Request upgraded WebAPK from WebAPK server if the ShellAPK version changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into shell_apk_version Created 4 years, 4 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: chrome/android/webapk/libs/client/BUILD.gn
diff --git a/chrome/android/webapk/libs/client/BUILD.gn b/chrome/android/webapk/libs/client/BUILD.gn
index 1fd1e3c66b7c3634beb36efb909afa0c2eea9c95..8d9697243ad49416773001318728ed00edfbab88 100644
--- a/chrome/android/webapk/libs/client/BUILD.gn
+++ b/chrome/android/webapk/libs/client/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/android/rules.gni")
import("//chrome/android/webapk/libs/runtime_library_version.gni")
+import("//chrome/android/webapk/shell_apk/shell_apk_version.gni")
android_library("client_java") {
java_files = [
@@ -24,7 +25,10 @@ java_cpp_template("runtime_library_version_java") {
sources = [
"src/org/chromium/webapk/lib/client/WebApkVersion.template",
]
- defines = [ "CURRENT_RUNTIME_DEX_VERSION_VALUE=$runtime_library_version" ]
+ defines = [
+ "CURRENT_RUNTIME_DEX_VERSION_VALUE=$runtime_library_version",
+ "CURRENT_SHELL_APK_VERSION_VALUE=$shell_apk_version",
+ ]
}
junit_binary("webapk_client_junit_tests") {

Powered by Google App Engine
This is Rietveld 408576698