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

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

Issue 1143903002: [Android] Refactor the native test wrappers. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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') | components/BUILD.gn » ('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 3dde8c8d971e1cb3d5ea79d3986bc73272a29902..b763fd05f0039a20b466a387a9a5b5ea484dc1d2 100644
--- a/chrome/test/android/unit_tests_apk/AndroidManifest.xml
+++ b/chrome/test/android/unit_tests_apk/AndroidManifest.xml
@@ -14,7 +14,7 @@ found in the LICENSE file.
<application android:label="NativeTests"
android:name="org.chromium.chrome.unit_tests_apk.ChromeNativeTestApplication">
- <activity android:name="org.chromium.native_test.NativeTestActivity"
+ <activity android:name="org.chromium.native_test.NativeUnitTestActivity"
android:label="NativeTest"
android:configChanges="orientation|keyboardHidden">
<intent-filter>
« no previous file with comments | « build/config/android/rules.gni ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698