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

Side by Side Diff: content/public/app/mojo/content_browser_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 | « no previous file | content/public/app/mojo/content_utility_manifest.json » ('j') | 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_browser", 2 "name": "content_browser",
3 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "gpu": [ 7 "gpu": [
8 "content::mojom::FieldTrialRecorder", 8 "content::mojom::FieldTrialRecorder",
9 "media::mojom::AndroidOverlayProvider", 9 "media::mojom::AndroidOverlayProvider",
10 "memory_instrumentation::mojom::Coordinator" 10 "memory_instrumentation::mojom::Coordinator"
(...skipping 27 matching lines...) Expand all
38 "memory_coordinator::mojom::MemoryCoordinatorHandle", 38 "memory_coordinator::mojom::MemoryCoordinatorHandle",
39 "memory_instrumentation::mojom::Coordinator", 39 "memory_instrumentation::mojom::Coordinator",
40 "payments::mojom::PaymentManager", 40 "payments::mojom::PaymentManager",
41 "shape_detection::mojom::BarcodeDetection", 41 "shape_detection::mojom::BarcodeDetection",
42 "shape_detection::mojom::FaceDetectionProvider", 42 "shape_detection::mojom::FaceDetectionProvider",
43 "shape_detection::mojom::TextDetection", 43 "shape_detection::mojom::TextDetection",
44 "ui::mojom::Gpu" 44 "ui::mojom::Gpu"
45 ], 45 ],
46 "service_manager:service_factory": [ 46 "service_manager:service_factory": [
47 "service_manager::mojom::ServiceFactory" 47 "service_manager::mojom::ServiceFactory"
48 ],
49 "utility": [
50 "memory_instrumentation::mojom::Coordinator"
48 ] 51 ]
49 }, 52 },
50 "requires": { 53 "requires": {
51 "*": [ "app" ], 54 "*": [ "app" ],
52 // In classic ash, the browser supplies ash interfaces to itself. 55 // In classic ash, the browser supplies ash interfaces to itself.
53 "content_browser": [ "ash" ], 56 "content_browser": [ "ash" ],
54 "content_gpu": [ "browser" ], 57 "content_gpu": [ "browser" ],
55 "content_plugin": [ "browser" ], 58 "content_plugin": [ "browser" ],
56 "content_renderer": [ "browser" ], 59 "content_renderer": [ "browser" ],
57 "content_utility": [ "browser" ], 60 "content_utility": [ "browser" ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "payments::mojom::PaymentRequest", 105 "payments::mojom::PaymentRequest",
103 "ui::mojom::Gpu" 106 "ui::mojom::Gpu"
104 ] 107 ]
105 }, 108 },
106 "requires": { 109 "requires": {
107 "content_renderer": [ "browser" ] 110 "content_renderer": [ "browser" ]
108 } 111 }
109 } 112 }
110 } 113 }
111 } 114 }
OLDNEW
« no previous file with comments | « no previous file | content/public/app/mojo/content_utility_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698