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

Side by Side Diff: android_webview/tools/system_webview_shell/apk/AndroidManifest.xml

Issue 1785283005: [WebView] Reorganize all of the WebView Shell apks into their own dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « android_webview/tools/system_webview_shell/OWNERS ('k') | android_webview/tools/system_webview_shell/apk/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698