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

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

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase 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
« no previous file with comments | « content/child/child_thread_impl.h ('k') | content/public/child/child_thread.h » ('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 ], 10 ],
(...skipping 30 matching lines...) Expand all
41 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
42 "metrics::mojom::SingleSampleMetricsProvider", 42 "metrics::mojom::SingleSampleMetricsProvider",
43 "payments::mojom::PaymentManager", 43 "payments::mojom::PaymentManager",
44 "shape_detection::mojom::BarcodeDetection", 44 "shape_detection::mojom::BarcodeDetection",
45 "shape_detection::mojom::FaceDetectionProvider", 45 "shape_detection::mojom::FaceDetectionProvider",
46 "shape_detection::mojom::TextDetection", 46 "shape_detection::mojom::TextDetection",
47 "ui::mojom::Gpu" 47 "ui::mojom::Gpu"
48 ], 48 ],
49 "service_manager:service_factory": [ 49 "service_manager:service_factory": [
50 "service_manager::mojom::ServiceFactory" 50 "service_manager::mojom::ServiceFactory"
51 ],
52 "utility": [
53 "discardable_memory::mojom::DiscardableSharedMemoryManager",
54 "memory_instrumentation::mojom::Coordinator"
51 ] 55 ]
52 }, 56 },
53 "requires": { 57 "requires": {
54 "*": [ "app" ], 58 "*": [ "app" ],
55 // In classic ash, the browser supplies ash interfaces to itself. 59 // In classic ash, the browser supplies ash interfaces to itself.
56 "content_browser": [ "ash", "memory_instrumentation" ], 60 "content_browser": [ "ash", "memory_instrumentation" ],
57 "content_gpu": [ "browser" ], 61 "content_gpu": [ "browser" ],
58 "content_plugin": [ "browser" ], 62 "content_plugin": [ "browser" ],
59 "content_renderer": [ "browser" ], 63 "content_renderer": [ "browser" ],
60 "content_utility": [ "browser" ], 64 "content_utility": [ "browser" ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "payments::mojom::PaymentRequest", 117 "payments::mojom::PaymentRequest",
114 "ui::mojom::Gpu" 118 "ui::mojom::Gpu"
115 ] 119 ]
116 }, 120 },
117 "requires": { 121 "requires": {
118 "content_renderer": [ "browser" ] 122 "content_renderer": [ "browser" ]
119 } 123 }
120 } 124 }
121 } 125 }
122 } 126 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.h ('k') | content/public/child/child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698