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

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

Issue 2545523007: Revert of discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Created 4 years 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/ppapi_plugin/ppapi_thread.cc ('k') | content/renderer/DEPS » ('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 "device::mojom::PowerMonitor" 8 "device::mojom::PowerMonitor"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
11 "device::mojom::PowerMonitor", 11 "device::mojom::PowerMonitor"
12 "discardable_memory::mojom::DiscardableSharedMemoryManager"
13 ], 12 ],
14 "renderer": [ 13 "renderer": [
15 "blink::mojom::BackgroundSyncService", 14 "blink::mojom::BackgroundSyncService",
16 "blink::mojom::BarcodeDetection", 15 "blink::mojom::BarcodeDetection",
17 "blink::mojom::BroadcastChannelProvider", 16 "blink::mojom::BroadcastChannelProvider",
18 "blink::mojom::BudgetService", 17 "blink::mojom::BudgetService",
19 "blink::mojom::FaceDetection", 18 "blink::mojom::FaceDetection",
20 "blink::mojom::Hyphenation", 19 "blink::mojom::Hyphenation",
21 "blink::mojom::MimeRegistry", 20 "blink::mojom::MimeRegistry",
22 "blink::mojom::NotificationService", 21 "blink::mojom::NotificationService",
23 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", 22 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider",
24 "blink::mojom::OffscreenCanvasSurface", 23 "blink::mojom::OffscreenCanvasSurface",
25 "blink::mojom::PermissionService", 24 "blink::mojom::PermissionService",
26 "blink::mojom::WebSocket", 25 "blink::mojom::WebSocket",
27 "content::mojom::MemoryCoordinatorHandle", 26 "content::mojom::MemoryCoordinatorHandle",
28 "content::mojom::ServiceWorkerDispatcherHost", 27 "content::mojom::ServiceWorkerDispatcherHost",
29 "content::mojom::StoragePartitionService", 28 "content::mojom::StoragePartitionService",
30 "content::mojom::URLLoaderFactory", 29 "content::mojom::URLLoaderFactory",
31 "content::mojom::VideoCaptureHost", 30 "content::mojom::VideoCaptureHost",
32 "device::BatteryMonitor", 31 "device::BatteryMonitor",
33 "device::mojom::LightSensor", 32 "device::mojom::LightSensor",
34 "device::mojom::MotionSensor", 33 "device::mojom::MotionSensor",
35 "device::mojom::OrientationSensor", 34 "device::mojom::OrientationSensor",
36 "device::mojom::PowerMonitor", 35 "device::mojom::PowerMonitor",
37 "device::mojom::TimeZoneMonitor", 36 "device::mojom::TimeZoneMonitor",
38 "discardable_memory::mojom::DiscardableSharedMemoryManager",
39 "media::mojom::ImageCapture", 37 "media::mojom::ImageCapture",
40 "memory_coordinator::mojom::MemoryCoordinatorHandle", 38 "memory_coordinator::mojom::MemoryCoordinatorHandle",
41 "payments::mojom::PaymentAppManager" 39 "payments::mojom::PaymentAppManager"
42 ], 40 ],
43 "service_manager:service_factory": [ 41 "service_manager:service_factory": [
44 "service_manager::mojom::ServiceFactory" 42 "service_manager::mojom::ServiceFactory"
45 ] 43 ]
46 }, 44 },
47 "requires": { 45 "requires": {
48 "*": [ "app" ], 46 "*": [ "app" ],
(...skipping 30 matching lines...) Expand all
79 "blink::mojom::WebSocket", 77 "blink::mojom::WebSocket",
80 // TODO(beng): figure out how to overlay test interfaces like this. 78 // TODO(beng): figure out how to overlay test interfaces like this.
81 "content::mojom::BrowserTarget", 79 "content::mojom::BrowserTarget",
82 "device::mojom::VRService", 80 "device::mojom::VRService",
83 "device::VibrationManager", 81 "device::VibrationManager",
84 "device::mojom::GeolocationService", 82 "device::mojom::GeolocationService",
85 "device::mojom::SensorProvider", 83 "device::mojom::SensorProvider",
86 "device::mojom::WakeLockService", 84 "device::mojom::WakeLockService",
87 "device::nfc::mojom::NFC", 85 "device::nfc::mojom::NFC",
88 "device::usb::DeviceManager", 86 "device::usb::DeviceManager",
89 "discardable_memory::mojom::DiscardableSharedMemoryManager",
90 "media::mojom::InterfaceFactory", 87 "media::mojom::InterfaceFactory",
91 "media::mojom::RemoterFactory", 88 "media::mojom::RemoterFactory",
92 "media::mojom::Renderer", 89 "media::mojom::Renderer",
93 "mojom::MediaDevicesDispatcherHost", 90 "mojom::MediaDevicesDispatcherHost",
94 "payments::mojom::PaymentRequest" 91 "payments::mojom::PaymentRequest"
95 ] 92 ]
96 }, 93 },
97 "requires": { 94 "requires": {
98 "content_renderer": [ "browser" ] 95 "content_renderer": [ "browser" ]
99 } 96 }
100 } 97 }
101 } 98 }
102 } 99 }
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698