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

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

Issue 2741203002: memory-infra: Finish moving to Mojo (3nd attempt) (Closed)
Patch Set: rebase Created 3 years, 9 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/common/child_process_host_impl.cc ('k') | content/public/common/child_process_host.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": [
8 "memory_instrumentation::mojom::Coordinator"
9 ],
7 "plugin": [ 10 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 11 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 12 "ui::mojom::Gpu"
10 ], 13 ],
11 "renderer": [ 14 "renderer": [
12 "blink::mojom::BackgroundFetchService", 15 "blink::mojom::BackgroundFetchService",
13 "blink::mojom::BackgroundSyncService", 16 "blink::mojom::BackgroundSyncService",
14 "blink::mojom::BroadcastChannelProvider", 17 "blink::mojom::BroadcastChannelProvider",
15 "blink::mojom::BudgetService", 18 "blink::mojom::BudgetService",
16 "blink::mojom::Hyphenation", 19 "blink::mojom::Hyphenation",
(...skipping 12 matching lines...) Expand all
29 "content::mojom::VideoCaptureHost", 32 "content::mojom::VideoCaptureHost",
30 "device::BatteryMonitor", 33 "device::BatteryMonitor",
31 "device::mojom::GamepadMonitor", 34 "device::mojom::GamepadMonitor",
32 "device::mojom::LightSensor", 35 "device::mojom::LightSensor",
33 "device::mojom::MotionSensor", 36 "device::mojom::MotionSensor",
34 "device::mojom::OrientationAbsoluteSensor", 37 "device::mojom::OrientationAbsoluteSensor",
35 "device::mojom::OrientationSensor", 38 "device::mojom::OrientationSensor",
36 "discardable_memory::mojom::DiscardableSharedMemoryManager", 39 "discardable_memory::mojom::DiscardableSharedMemoryManager",
37 "media::mojom::ImageCapture", 40 "media::mojom::ImageCapture",
38 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
42 "memory_instrumentation::mojom::Coordinator",
39 "payments::mojom::PaymentAppManager", 43 "payments::mojom::PaymentAppManager",
40 "shape_detection::mojom::BarcodeDetection", 44 "shape_detection::mojom::BarcodeDetection",
41 "shape_detection::mojom::FaceDetectionProvider", 45 "shape_detection::mojom::FaceDetectionProvider",
42 "shape_detection::mojom::TextDetection", 46 "shape_detection::mojom::TextDetection",
43 "ui::mojom::Gpu" 47 "ui::mojom::Gpu"
44 ], 48 ],
45 "service_manager:service_factory": [ 49 "service_manager:service_factory": [
46 "service_manager::mojom::ServiceFactory" 50 "service_manager::mojom::ServiceFactory"
47 ] 51 ]
48 }, 52 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "payments::mojom::PaymentRequest", 104 "payments::mojom::PaymentRequest",
101 "ui::mojom::Gpu" 105 "ui::mojom::Gpu"
102 ] 106 ]
103 }, 107 },
104 "requires": { 108 "requires": {
105 "content_renderer": [ "browser" ] 109 "content_renderer": [ "browser" ]
106 } 110 }
107 } 111 }
108 } 112 }
109 } 113 }
OLDNEW
« no previous file with comments | « content/common/child_process_host_impl.cc ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698