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

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

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