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

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

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: review Created 3 years, 10 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": [
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::BackgroundSyncService", 15 "blink::mojom::BackgroundSyncService",
13 "blink::mojom::BroadcastChannelProvider", 16 "blink::mojom::BroadcastChannelProvider",
14 "blink::mojom::BudgetService", 17 "blink::mojom::BudgetService",
15 "blink::mojom::Hyphenation", 18 "blink::mojom::Hyphenation",
16 "blink::mojom::MimeRegistry", 19 "blink::mojom::MimeRegistry",
17 "blink::mojom::NotificationService", 20 "blink::mojom::NotificationService",
18 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", 21 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider",
19 "blink::mojom::OffscreenCanvasSurfaceFactory", 22 "blink::mojom::OffscreenCanvasSurfaceFactory",
20 "blink::mojom::PermissionService", 23 "blink::mojom::PermissionService",
21 "blink::mojom::WebSocket", 24 "blink::mojom::WebSocket",
22 "content::mojom::MemoryCoordinatorHandle", 25 "content::mojom::MemoryCoordinatorHandle",
23 "content::mojom::ServiceWorkerDispatcherHost", 26 "content::mojom::ServiceWorkerDispatcherHost",
24 "content::mojom::StoragePartitionService", 27 "content::mojom::StoragePartitionService",
25 "content::mojom::URLLoaderFactory", 28 "content::mojom::URLLoaderFactory",
26 "content::mojom::VideoCaptureHost", 29 "content::mojom::VideoCaptureHost",
27 "device::BatteryMonitor", 30 "device::BatteryMonitor",
28 "device::mojom::GamepadMonitor", 31 "device::mojom::GamepadMonitor",
29 "device::mojom::LightSensor", 32 "device::mojom::LightSensor",
30 "device::mojom::MotionSensor", 33 "device::mojom::MotionSensor",
31 "device::mojom::OrientationAbsoluteSensor", 34 "device::mojom::OrientationAbsoluteSensor",
32 "device::mojom::OrientationSensor", 35 "device::mojom::OrientationSensor",
33 "discardable_memory::mojom::DiscardableSharedMemoryManager", 36 "discardable_memory::mojom::DiscardableSharedMemoryManager",
34 "media::mojom::ImageCapture", 37 "media::mojom::ImageCapture",
35 "memory_coordinator::mojom::MemoryCoordinatorHandle", 38 "memory_coordinator::mojom::MemoryCoordinatorHandle",
39 "memory_instrumentation::mojom::Coordinator",
36 "payments::mojom::PaymentAppManager", 40 "payments::mojom::PaymentAppManager",
37 "shape_detection::mojom::BarcodeDetection", 41 "shape_detection::mojom::BarcodeDetection",
38 "shape_detection::mojom::FaceDetectionProvider", 42 "shape_detection::mojom::FaceDetectionProvider",
39 "shape_detection::mojom::TextDetection", 43 "shape_detection::mojom::TextDetection",
40 "ui::mojom::Gpu" 44 "ui::mojom::Gpu"
41 ], 45 ],
42 "service_manager:service_factory": [ 46 "service_manager:service_factory": [
43 "service_manager::mojom::ServiceFactory" 47 "service_manager::mojom::ServiceFactory"
44 ] 48 ]
45 }, 49 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "payments::mojom::PaymentRequest", 100 "payments::mojom::PaymentRequest",
97 "ui::mojom::Gpu" 101 "ui::mojom::Gpu"
98 ] 102 ]
99 }, 103 },
100 "requires": { 104 "requires": {
101 "content_renderer": [ "browser" ] 105 "content_renderer": [ "browser" ]
102 } 106 }
103 } 107 }
104 } 108 }
105 } 109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698