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

Unified Diff: android_webview/apk/java/AndroidManifest.xml

Issue 2634563002: android_webview: support building a stub WebView. (Closed)
Patch Set: add comment Created 3 years, 11 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: android_webview/apk/java/AndroidManifest.xml
diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
index 0e0ac96a6ba93d13884dd57cc41a7eba2e0e463e..79ef31b024c6cf7379c69e9f039b5d5034807154 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -45,7 +45,11 @@
android:exported="true"
android:process=":crash_receiver_service"/>
{% endmacro %}
- {{ common(package|default('com.android.webview'), 'libwebviewchromium.so') }}
+ {{ common(package|default('com.android.webview'), library|default('libwebviewchromium.so')) }}
+ {% if donor_package is defined %}
+ <meta-data android:name="com.android.webview.WebViewDonorPackage"
+ android:value="{{ donor_package }}" />
michaelbai 2017/01/18 22:59:21 Do you want to have AOSP donor? if not, is it inte
Torne 2017/01/19 14:23:12 Yes, I intend to make this work for system_webview
+ {% endif %}
<meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES"
android:value="1"/>
<service android:name="org.chromium.content.app.SandboxedProcessService0"
« no previous file with comments | « no previous file | android_webview/system_webview_apk_tmpl.gni » ('j') | build/android/gyp/write_ordered_libraries.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698