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

Unified Diff: android_webview/java/AndroidManifest.xml

Issue 11017016: Add support for building apk in release (Closed) Base URL: http://git.chromium.org/chromium/src.git@apk_combine
Patch Set: Created 8 years, 2 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 | « no previous file | build/android/ant/chromium-apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/AndroidManifest.xml
diff --git a/android_webview/java/AndroidManifest.xml b/android_webview/java/AndroidManifest.xml
index 03e9908eab9fdb2998c97f0d1599ccee4c696b0b..c3db376515657352466c60b7b701d7d3478219f8 100644
--- a/android_webview/java/AndroidManifest.xml
+++ b/android_webview/java/AndroidManifest.xml
@@ -10,8 +10,7 @@
package="org.chromium.android_webview">
<application android:name="org.chromium.android_webview.test.AndroidWebViewTestRunnerApplication"
- android:label="AndroidWebViewTestRunnerApplication"
- android:debuggable="true">
+ android:label="AndroidWebViewTestRunnerApplication">
<activity android:name="org.chromium.android_webview.test.AndroidWebViewTestRunnerActivity"
android:label="AndroidWebViewTestRunnerActivity">
<intent-filter>
« no previous file with comments | « no previous file | build/android/ant/chromium-apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698