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

Unified Diff: chrome/android/webapk/shell_apk/shell_apk_version.gni

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
« no previous file with comments | « chrome/android/webapk/shell_apk/BUILD.gn ('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/shell_apk_version.gni
diff --git a/chrome/browser/android/webapk/BUILD.gn b/chrome/android/webapk/shell_apk/shell_apk_version.gni
similarity index 53%
copy from chrome/browser/android/webapk/BUILD.gn
copy to chrome/android/webapk/shell_apk/shell_apk_version.gni
index 6bcd0ac4dc479305465907faf565904972b09a00..f91c1506497d9fd4357a1dee85eb2efac8fd1356 100644
--- a/chrome/browser/android/webapk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/shell_apk_version.gni
@@ -2,10 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/protobuf/proto_library.gni")
-
-proto_library("proto") {
- sources = [
- "webapk.proto",
- ]
-}
+# Must be incremented whenever code in //chrome/android/webapk/shell_apk
+# (including AndroidManifest.xml) is updated.
+shell_apk_version = 1
« no previous file with comments | « chrome/android/webapk/shell_apk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698