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

Side by Side Diff: content/shell/android/browsertests_apk/AndroidManifest.xml

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 4
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 8
9 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 9 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
10 package="org.chromium.content_browsertests_apk"> 10 package="org.chromium.content_browsertests_apk">
(...skipping 11 matching lines...) Expand all
22 <intent-filter> 22 <intent-filter>
23 <action android:name="android.intent.action.MAIN"/> 23 <action android:name="android.intent.action.MAIN"/>
24 <category android:name="android.intent.category.LAUNCHER"/> 24 <category android:name="android.intent.category.LAUNCHER"/>
25 </intent-filter> 25 </intent-filter>
26 </activity> 26 </activity>
27 <!-- The following service entries exist in order to allow us to 27 <!-- The following service entries exist in order to allow us to
28 start more than one sandboxed process. --> 28 start more than one sandboxed process. -->
29 29
30 <!-- NOTE: If you change the values of "android:process" for any of the below services, 30 <!-- NOTE: If you change the values of "android:process" for any of the below services,
31 you also need to update kHelperProcessExecutableName in chrome_cons tants.cc. --> 31 you also need to update kHelperProcessExecutableName in chrome_cons tants.cc. -->
32 <service android:name="org.chromium.content.app.SandboxedProcessService0 " 32 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice0"
33 android:process=":sandboxed_process0" 33 android:process=":sandboxed_process0"
34 android:permission="org.chromium.content_shell.permission.SANDB OX" 34 android:permission="org.chromium.content_shell.permission.SANDB OX"
35 android:isolatedProcess="true" 35 android:isolatedProcess="true"
36 android:exported="false" /> 36 android:exported="false" />
37 <service android:name="org.chromium.content.app.SandboxedProcessService1 " 37 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice1"
38 android:process=":sandboxed_process1" 38 android:process=":sandboxed_process1"
39 android:permission="org.chromium.content_shell.permission.SANDB OX" 39 android:permission="org.chromium.content_shell.permission.SANDB OX"
40 android:isolatedProcess="true" 40 android:isolatedProcess="true"
41 android:exported="false" /> 41 android:exported="false" />
42 <service android:name="org.chromium.content.app.SandboxedProcessService2 " 42 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice2"
43 android:process=":sandboxed_process2" 43 android:process=":sandboxed_process2"
44 android:permission="org.chromium.content_shell.permission.SANDB OX" 44 android:permission="org.chromium.content_shell.permission.SANDB OX"
45 android:isolatedProcess="true" 45 android:isolatedProcess="true"
46 android:exported="false" /> 46 android:exported="false" />
47 <service android:name="org.chromium.content.app.SandboxedProcessService3 " 47 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice3"
48 android:process=":sandboxed_process3" 48 android:process=":sandboxed_process3"
49 android:permission="org.chromium.content_shell.permission.SANDB OX" 49 android:permission="org.chromium.content_shell.permission.SANDB OX"
50 android:isolatedProcess="true" 50 android:isolatedProcess="true"
51 android:exported="false" /> 51 android:exported="false" />
52 <service android:name="org.chromium.content.app.SandboxedProcessService4 " 52 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice4"
53 android:process=":sandboxed_process4" 53 android:process=":sandboxed_process4"
54 android:permission="org.chromium.content_shell.permission.SANDB OX" 54 android:permission="org.chromium.content_shell.permission.SANDB OX"
55 android:isolatedProcess="true" 55 android:isolatedProcess="true"
56 android:exported="false" /> 56 android:exported="false" />
57 <service android:name="org.chromium.content.app.SandboxedProcessService5 " 57 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice5"
58 android:process=":sandboxed_process5" 58 android:process=":sandboxed_process5"
59 android:permission="org.chromium.content_shell.permission.SANDB OX" 59 android:permission="org.chromium.content_shell.permission.SANDB OX"
60 android:isolatedProcess="true" 60 android:isolatedProcess="true"
61 android:exported="false" /> 61 android:exported="false" />
62 <service android:name="org.chromium.content.app.SandboxedProcessService6 " 62 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice6"
63 android:process=":sandboxed_process6" 63 android:process=":sandboxed_process6"
64 android:permission="org.chromium.content_shell.permission.SANDB OX" 64 android:permission="org.chromium.content_shell.permission.SANDB OX"
65 android:isolatedProcess="true" 65 android:isolatedProcess="true"
66 android:exported="false" /> 66 android:exported="false" />
67 <service android:name="org.chromium.content.app.SandboxedProcessService7 " 67 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice7"
68 android:process=":sandboxed_process7" 68 android:process=":sandboxed_process7"
69 android:permission="org.chromium.content_shell.permission.SANDB OX" 69 android:permission="org.chromium.content_shell.permission.SANDB OX"
70 android:isolatedProcess="true" 70 android:isolatedProcess="true"
71 android:exported="false" /> 71 android:exported="false" />
72 <service android:name="org.chromium.content.app.SandboxedProcessService8 " 72 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice8"
73 android:process=":sandboxed_process8" 73 android:process=":sandboxed_process8"
74 android:permission="org.chromium.content_shell.permission.SANDB OX" 74 android:permission="org.chromium.content_shell.permission.SANDB OX"
75 android:isolatedProcess="true" 75 android:isolatedProcess="true"
76 android:exported="false" /> 76 android:exported="false" />
77 <service android:name="org.chromium.content.app.SandboxedProcessService9 " 77 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice9"
78 android:process=":sandboxed_process9" 78 android:process=":sandboxed_process9"
79 android:permission="org.chromium.content_shell.permission.SANDB OX" 79 android:permission="org.chromium.content_shell.permission.SANDB OX"
80 android:isolatedProcess="true" 80 android:isolatedProcess="true"
81 android:exported="false" /> 81 android:exported="false" />
82 <service android:name="org.chromium.content.app.SandboxedProcessService1 0" 82 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice10"
83 android:process=":sandboxed_process10" 83 android:process=":sandboxed_process10"
84 android:permission="org.chromium.content_shell.permission.SANDB OX" 84 android:permission="org.chromium.content_shell.permission.SANDB OX"
85 android:isolatedProcess="true" 85 android:isolatedProcess="true"
86 android:exported="false" /> 86 android:exported="false" />
87 <service android:name="org.chromium.content.app.SandboxedProcessService1 1" 87 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice11"
88 android:process=":sandboxed_process11" 88 android:process=":sandboxed_process11"
89 android:permission="org.chromium.content_shell.permission.SANDB OX" 89 android:permission="org.chromium.content_shell.permission.SANDB OX"
90 android:isolatedProcess="true" 90 android:isolatedProcess="true"
91 android:exported="false" /> 91 android:exported="false" />
92 <service android:name="org.chromium.content.app.SandboxedProcessService1 2" 92 <service android:name="org.chromium.content_public.app.SandboxedProcessS ervice12"
93 android:process=":sandboxed_process12" 93 android:process=":sandboxed_process12"
94 android:permission="org.chromium.content_shell.permission.SANDB OX" 94 android:permission="org.chromium.content_shell.permission.SANDB OX"
95 android:isolatedProcess="true" 95 android:isolatedProcess="true"
96 android:exported="false" /> 96 android:exported="false" />
97 </application> 97 </application>
98 98
99 <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" /> 99 <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
100 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> 100 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
101 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 101 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
102 <uses-permission android:name="android.permission.CAMERA" /> 102 <uses-permission android:name="android.permission.CAMERA" />
103 <uses-permission android:name="android.permission.INTERNET"/> 103 <uses-permission android:name="android.permission.INTERNET"/>
104 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/> 104 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
105 <uses-permission android:name="android.permission.RECORD_AUDIO"/> 105 <uses-permission android:name="android.permission.RECORD_AUDIO"/>
106 <uses-permission android:name="android.permission.VIBRATE"/> 106 <uses-permission android:name="android.permission.VIBRATE"/>
107 <uses-permission android:name="android.permission.WAKE_LOCK"/> 107 <uses-permission android:name="android.permission.WAKE_LOCK"/>
108 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> 108 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
109 </manifest> 109 </manifest>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698