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

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

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase more Created 3 years, 7 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 "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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "payments::mojom::PaymentManager", 42 "payments::mojom::PaymentManager",
43 "shape_detection::mojom::BarcodeDetection", 43 "shape_detection::mojom::BarcodeDetection",
44 "shape_detection::mojom::FaceDetectionProvider", 44 "shape_detection::mojom::FaceDetectionProvider",
45 "shape_detection::mojom::TextDetection", 45 "shape_detection::mojom::TextDetection",
46 "ui::mojom::Gpu" 46 "ui::mojom::Gpu"
47 ], 47 ],
48 "service_manager:service_factory": [ 48 "service_manager:service_factory": [
49 "service_manager::mojom::ServiceFactory" 49 "service_manager::mojom::ServiceFactory"
50 ], 50 ],
51 "utility": [ 51 "utility": [
52 "discardable_memory::mojom::DiscardableSharedMemoryManager",
52 "memory_instrumentation::mojom::Coordinator" 53 "memory_instrumentation::mojom::Coordinator"
53 ] 54 ]
54 }, 55 },
55 "requires": { 56 "requires": {
56 "*": [ "app" ], 57 "*": [ "app" ],
57 // In classic ash, the browser supplies ash interfaces to itself. 58 // In classic ash, the browser supplies ash interfaces to itself.
58 "content_browser": [ "ash" ], 59 "content_browser": [ "ash" ],
59 "content_gpu": [ "browser" ], 60 "content_gpu": [ "browser" ],
60 "content_plugin": [ "browser" ], 61 "content_plugin": [ "browser" ],
61 "content_renderer": [ "browser" ], 62 "content_renderer": [ "browser" ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "payments::mojom::PaymentRequest", 112 "payments::mojom::PaymentRequest",
112 "ui::mojom::Gpu" 113 "ui::mojom::Gpu"
113 ] 114 ]
114 }, 115 },
115 "requires": { 116 "requires": {
116 "content_renderer": [ "browser" ] 117 "content_renderer": [ "browser" ]
117 } 118 }
118 } 119 }
119 } 120 }
120 } 121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698