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

Unified Diff: android_webview/javatests/AndroidManifest.xml

Issue 12609013: [android_webview] Build test code against the shell APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up minsdkversoin Created 7 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/test_apk/AndroidManifest.xml b/android_webview/javatests/AndroidManifest.xml
similarity index 95%
rename from android_webview/test_apk/AndroidManifest.xml
rename to android_webview/javatests/AndroidManifest.xml
index 30622833afe683248db00b5c45f25b79e27288e8..e7d3effacee0a7041238293094d41d2d3dc679b5 100644
--- a/android_webview/test_apk/AndroidManifest.xml
+++ b/android_webview/javatests/AndroidManifest.xml
@@ -15,7 +15,7 @@
<!-- TODO(joth): Change minSdkVersion to 16 when crbug/161864 lands. -->
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="org.chromium.android_webview"
+ android:targetPackage="org.chromium.android_webview.shell"
android:label="Tests for org.chromium.android_webview"/>
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
<uses-permission android:name="android.permission.INJECT_EVENTS" />

Powered by Google App Engine
This is Rietveld 408576698