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

Unified Diff: content/shell/android/shell_apk/AndroidManifest.xml.jinja2

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
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | web_apks/minting_example/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/shell_apk/AndroidManifest.xml.jinja2
diff --git a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
index f76518cb14874f7c46ea6c2a1242d0241f4e5a68..0fb3b4fad3132d559f46a6eab8e1411b58acb509 100644
--- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
+++ b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
@@ -62,6 +62,6 @@
android:value="org.chromium.content.browser.SmartClipProvider" />
<!-- Needed to simulate WebApk runtime behaviour and resolve the provider of the Dynamic runtime -->
- <meta-data android:name="runtimeHost" android:value="org.chromium.minting.test.dex_optimizer" />
+ <meta-data android:name="runtimeHost" android:value="org.chromium.webapk.shell_apk.test.dex_optimizer" />
</application>
</manifest>
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | web_apks/minting_example/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698