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

Unified Diff: android_webview/javatests/AndroidManifest.xml

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/javatests/AndroidManifest.xml
diff --git a/android_webview/javatests/AndroidManifest.xml b/android_webview/javatests/AndroidManifest.xml
index de576a3e5732cabcf59a375d12d86ee4a9e929a9..500ca7980ec1f9f5341f7fafdbbdb137ddd032ef 100644
--- a/android_webview/javatests/AndroidManifest.xml
+++ b/android_webview/javatests/AndroidManifest.xml
@@ -5,7 +5,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.android_webview.test">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21" />
- <instrumentation android:name="android.test.InstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.base.test.BaseInstrumentationTestRunner"
android:targetPackage="org.chromium.android_webview.shell"
android:label="Tests for org.chromium.android_webview"/>
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
@@ -17,5 +17,7 @@
needed when building test cases. -->
<application android:hardwareAccelerated="false">
<uses-library android:name="android.test.runner" />
+ <activity android:name="org.chromium.test.outstrumentation.slave.OutstrumentationSlaveActivity"
+ android:exported="true"/>
</application>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698