| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 * Copyright 2015 The Chromium Authors. All rights reserved. | 2 * Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <manifest | 7 <manifest |
| 8 xmlns:android="http://schemas.android.com/apk/res/android" | 8 xmlns:android="http://schemas.android.com/apk/res/android" |
| 9 package="org.chromium.webview_shell" | 9 package="org.chromium.webview_shell" |
| 10 android:versionCode="1" | 10 android:versionCode="1" |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 | 96 |
| 97 <activity | 97 <activity |
| 98 android:name="org.chromium.webview_shell.PageCyclerTestActivity" | 98 android:name="org.chromium.webview_shell.PageCyclerTestActivity" |
| 99 android:label="@string/title_activity_page_cycler" | 99 android:label="@string/title_activity_page_cycler" |
| 100 android:exported="true"> | 100 android:exported="true"> |
| 101 </activity> | 101 </activity> |
| 102 | 102 |
| 103 <uses-library android:name="android.test.runner" /> | 103 <uses-library android:name="android.test.runner" /> |
| 104 </application> | 104 </application> |
| 105 </manifest> | 105 </manifest> |
| OLD | NEW |