Index: components/test/android/browsertests_apk/AndroidManifest.xml.jinja2 |
diff --git a/content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2 b/components/test/android/browsertests_apk/AndroidManifest.xml.jinja2 |
similarity index 90% |
copy from content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2 |
copy to components/test/android/browsertests_apk/AndroidManifest.xml.jinja2 |
index 076d9bd59099e1c91e53036994d620cdced8304b..3ac010d3daadff60e15da52602d373790a971163 100644 |
--- a/content/shell/android/linker_test_apk/AndroidManifest.xml.jinja2 |
+++ b/components/test/android/browsertests_apk/AndroidManifest.xml.jinja2 |
@@ -1,17 +1,17 @@ |
<?xml version="1.0" encoding="utf-8"?> |
-<!-- Copyright 2013 The Chromium Authors. All rights reserved. |
+<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
- package="org.chromium.chromium_linker_test_apk"> |
+ package="org.chromium.components_browsertests_apk"> |
- <application android:name="ChromiumLinkerTestApplication" |
- android:label="ChromiumLinkerTest"> |
- <activity android:name="ChromiumLinkerTestActivity" |
+ <application android:name="ComponentsBrowserTestsApplication" |
+ android:label="ComponentsBrowserTests"> |
+ <activity android:name="ComponentsBrowserTestsActivity" |
android:launchMode="singleTask" |
android:theme="@android:style/Theme.Holo.Light.NoActionBar" |
android:configChanges="orientation|keyboardHidden|keyboard|screenSize" |