Chromium Code Reviews

Unified Diff: chrome/android/testshell/javatests/AndroidManifest.xml

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/android/testshell/javatests/AndroidManifest.xml
diff --git a/chrome/android/testshell/javatests/AndroidManifest.xml b/chrome/android/testshell/javatests/AndroidManifest.xml
index 34ca58302e0328abb35889283a8ada318a386c89..2b1473c04ec18d3be3d16cc5b1d311dff47b9235 100644
--- a/chrome/android/testshell/javatests/AndroidManifest.xml
+++ b/chrome/android/testshell/javatests/AndroidManifest.xml
@@ -5,7 +5,7 @@
<!-- package name must be unique so suffix with "tests" so package loader
doesn't ignore this. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.chromium.chrome.testshell.tests">
+ package="org.chromium.chrome.shell.tests">
<!-- We add an application tag here just so that we can indicate that this
package needs to link against the android.test library, which is
needed when building test cases. -->
@@ -21,8 +21,8 @@
</application>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="org.chromium.chrome.testshell"
- android:label="Tests for org.chromium.chrome.testshell"/>
+ android:targetPackage="org.chromium.chrome.shell"
+ android:label="Tests for org.chromium.chrome.shell"/>
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
<uses-permission android:name="android.permission.INJECT_EVENTS" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />

Powered by Google App Engine