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

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

Issue 2622993002: [Presentation API] Move presentation.mojom to content/common/presentation (Closed)
Patch Set: Fix presentation_service_delegate. DEPS failure Created 3 years, 11 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 "plugin": [ 7 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
10 ], 10 ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "navigation:frame": { 61 "navigation:frame": {
62 "provides": { 62 "provides": {
63 "renderer": [ 63 "renderer": [
64 // TODO(beng): these belong in //chrome's overlay, but there are some 64 // TODO(beng): these belong in //chrome's overlay, but there are some
65 // issues with mash browser_tests's manifest config that make this 65 // issues with mash browser_tests's manifest config that make this
66 // impossible this week. Remove once sky/ken fix this. 66 // impossible this week. Remove once sky/ken fix this.
67 "autofill::mojom::AutofillDriver", 67 "autofill::mojom::AutofillDriver",
68 "autofill::mojom::PasswordManagerDriver", 68 "autofill::mojom::PasswordManagerDriver",
69 "blink::mojom::MediaSessionService", 69 "blink::mojom::MediaSessionService",
70 "blink::mojom::PermissionService", 70 "blink::mojom::PermissionService",
71 "blink::mojom::PresentationService",
72 "blink::mojom::SensitiveInputVisibilityService", 71 "blink::mojom::SensitiveInputVisibilityService",
73 "blink::mojom::WebBluetoothService", 72 "blink::mojom::WebBluetoothService",
74 "blink::mojom::WebSocket", 73 "blink::mojom::WebSocket",
75 // TODO(beng): figure out how to overlay test interfaces like this. 74 // TODO(beng): figure out how to overlay test interfaces like this.
76 "content::mojom::BrowserTarget", 75 "content::mojom::BrowserTarget",
76 "content::mojom::PresentationService",
77 "device::mojom::VRService", 77 "device::mojom::VRService",
78 "device::VibrationManager", 78 "device::VibrationManager",
79 "device::mojom::GeolocationService", 79 "device::mojom::GeolocationService",
80 "device::mojom::SensorProvider", 80 "device::mojom::SensorProvider",
81 "device::mojom::WakeLockService", 81 "device::mojom::WakeLockService",
82 "device::nfc::mojom::NFC", 82 "device::nfc::mojom::NFC",
83 "device::usb::DeviceManager", 83 "device::usb::DeviceManager",
84 "discardable_memory::mojom::DiscardableSharedMemoryManager", 84 "discardable_memory::mojom::DiscardableSharedMemoryManager",
85 "media::mojom::InterfaceFactory", 85 "media::mojom::InterfaceFactory",
86 "media::mojom::RemoterFactory", 86 "media::mojom::RemoterFactory",
87 "media::mojom::Renderer", 87 "media::mojom::Renderer",
88 "mojom::MediaDevicesDispatcherHost", 88 "mojom::MediaDevicesDispatcherHost",
89 "payments::mojom::PaymentRequest", 89 "payments::mojom::PaymentRequest",
90 "shape_detection::mojom::BarcodeDetection", 90 "shape_detection::mojom::BarcodeDetection",
91 "shape_detection::mojom::FaceDetectionProvider", 91 "shape_detection::mojom::FaceDetectionProvider",
92 "shape_detection::mojom::TextDetection", 92 "shape_detection::mojom::TextDetection",
93 "ui::mojom::Gpu" 93 "ui::mojom::Gpu"
94 ] 94 ]
95 }, 95 },
96 "requires": { 96 "requires": {
97 "content_renderer": [ "browser" ] 97 "content_renderer": [ "browser" ]
98 } 98 }
99 } 99 }
100 } 100 }
101 } 101 }
OLDNEW
« no previous file with comments | « content/common/presentation/presentation.mojom ('k') | content/public/browser/presentation_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698