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

Unified Diff: chrome/test/android/unit_tests_apk/AndroidManifest.xml

Issue 1115173004: [Android] Rename ChromeNativeTest* to NativeTest*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: switch to org.chromium.base.Log Created 5 years, 8 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 | « build/config/android/rules.gni ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/android/unit_tests_apk/AndroidManifest.xml
diff --git a/chrome/test/android/unit_tests_apk/AndroidManifest.xml b/chrome/test/android/unit_tests_apk/AndroidManifest.xml
index f9eea66ecc78e487f3113d411dd9e6d27ed85a59..3dde8c8d971e1cb3d5ea79d3986bc73272a29902 100644
--- a/chrome/test/android/unit_tests_apk/AndroidManifest.xml
+++ b/chrome/test/android/unit_tests_apk/AndroidManifest.xml
@@ -12,10 +12,10 @@ found in the LICENSE file.
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
- <application android:label="ChromeNativeTests"
+ <application android:label="NativeTests"
android:name="org.chromium.chrome.unit_tests_apk.ChromeNativeTestApplication">
- <activity android:name="org.chromium.native_test.ChromeNativeTestActivity"
- android:label="ChromeNativeTest"
+ <activity android:name="org.chromium.native_test.NativeTestActivity"
+ android:label="NativeTest"
android:configChanges="orientation|keyboardHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -24,7 +24,7 @@ found in the LICENSE file.
</activity>
</application>
- <instrumentation android:name="org.chromium.native_test.ChromeNativeTestInstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.native_test.NativeTestInstrumentationTestRunner"
android:targetPackage="org.chromium.native_test"
android:label="Instrumentation entry point for org.chromium.native_test"/>
« no previous file with comments | « build/config/android/rules.gni ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698