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

Unified Diff: webapk/libs/runtime_library/src/README

Issue 1945303005: Change webapk packages and directory structure (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/libs/runtime_library/src/README
diff --git a/web_apks/minting_example/libs/runtime_library/src/README b/webapk/libs/runtime_library/src/README
similarity index 79%
rename from web_apks/minting_example/libs/runtime_library/src/README
rename to webapk/libs/runtime_library/src/README
index 2ca831264eeca3f5c86f1b66cd589b7e8d1ec972..793edf43262e62866dc24998af1937a2e315b408 100644
--- a/web_apks/minting_example/libs/runtime_library/src/README
+++ b/webapk/libs/runtime_library/src/README
@@ -12,3 +12,7 @@ some of the permissions that the runtime library is expecting.
As the runtime library code does not execute in any of Chrome's processes, and
runs in a separate application/process, it must not depend on anything in Chrome
including //base.
+
+The number in runtime_library_version.gni must be incremented whenever the
+runtime library is updated. The WebAPK re-extracts the runtime library from the
+Chrome APK when the version number is incremented.

Powered by Google App Engine
This is Rietveld 408576698