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

Side by Side Diff: content/public/app/mojo/content_utility_manifest.json

Issue 2827813002: Let the utility process access memory-infra (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "content_utility", 2 "name": "content_utility",
3 "display_name": "Content (utility process)", 3 "display_name": "Content (utility process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "browser": [ 7 "browser": [
8 "content::mojom::Child", 8 "content::mojom::Child",
9 "IPC::mojom::ChannelBootstrap", 9 "IPC::mojom::ChannelBootstrap",
10 "service_manager::mojom::ServiceFactory" 10 "service_manager::mojom::ServiceFactory"
11 ], 11 ],
12 "service_manager:service_factory": [ 12 "service_manager:service_factory": [
13 "service_manager::mojom::ServiceFactory" 13 "service_manager::mojom::ServiceFactory"
14 ] 14 ]
15 }, 15 },
16 "requires": { 16 "requires": {
17 "content_browser": [ "utility" ],
17 "device": [ 18 "device": [
18 "device:power_monitor", 19 "device:power_monitor",
19 "device:time_zone_monitor" 20 "device:time_zone_monitor"
20 ] 21 ]
21 } 22 }
22 } 23 }
23 }, 24 },
24 "required_files" : { 25 "required_files" : {
25 "v8_natives_data" : [ 26 "v8_natives_data" : [
26 { 27 {
(...skipping 12 matching lines...) Expand all
39 "v8_snapshot_32_data" : [{ 40 "v8_snapshot_32_data" : [{
40 "path": "assets/snapshot_blob_32.bin", 41 "path": "assets/snapshot_blob_32.bin",
41 "platform": "android" 42 "platform": "android"
42 }], 43 }],
43 "v8_snapshot_64_data" : [{ 44 "v8_snapshot_64_data" : [{
44 "path": "assets/snapshot_blob_64.bin", 45 "path": "assets/snapshot_blob_64.bin",
45 "platform": "android" 46 "platform": "android"
46 }] 47 }]
47 } 48 }
48 } 49 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698