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

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

Issue 2816403002: test all
Patch Set: fix sharedworker Created 3 years, 8 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": [ 7 "gpu": [
8 "content::mojom::FieldTrialRecorder", 8 "content::mojom::FieldTrialRecorder",
9 "media::mojom::AndroidOverlayProvider", 9 "media::mojom::AndroidOverlayProvider",
10 "memory_instrumentation::mojom::Coordinator" 10 "memory_instrumentation::mojom::Coordinator"
(...skipping 14 matching lines...) Expand all
25 "blink::mojom::PermissionService", 25 "blink::mojom::PermissionService",
26 "blink::mojom::WebSocket", 26 "blink::mojom::WebSocket",
27 "content::mojom::FieldTrialRecorder", 27 "content::mojom::FieldTrialRecorder",
28 "content::mojom::MemoryCoordinatorHandle", 28 "content::mojom::MemoryCoordinatorHandle",
29 "content::mojom::PushMessaging", 29 "content::mojom::PushMessaging",
30 "content::mojom::FrameSinkProvider", 30 "content::mojom::FrameSinkProvider",
31 "content::mojom::ServiceWorkerDispatcherHost", 31 "content::mojom::ServiceWorkerDispatcherHost",
32 "content::mojom::StoragePartitionService", 32 "content::mojom::StoragePartitionService",
33 "content::mojom::URLLoaderFactory", 33 "content::mojom::URLLoaderFactory",
34 "content::mojom::VideoCaptureHost", 34 "content::mojom::VideoCaptureHost",
35 "content::mojom::WorkerURLLoaderFactoryProvider",
35 "device::mojom::GamepadMonitor", 36 "device::mojom::GamepadMonitor",
36 "discardable_memory::mojom::DiscardableSharedMemoryManager", 37 "discardable_memory::mojom::DiscardableSharedMemoryManager",
37 "media::mojom::ImageCapture", 38 "media::mojom::ImageCapture",
38 "memory_coordinator::mojom::MemoryCoordinatorHandle", 39 "memory_coordinator::mojom::MemoryCoordinatorHandle",
39 "memory_instrumentation::mojom::Coordinator", 40 "memory_instrumentation::mojom::Coordinator",
40 "payments::mojom::PaymentManager", 41 "payments::mojom::PaymentManager",
41 "shape_detection::mojom::BarcodeDetection", 42 "shape_detection::mojom::BarcodeDetection",
42 "shape_detection::mojom::FaceDetectionProvider", 43 "shape_detection::mojom::FaceDetectionProvider",
43 "shape_detection::mojom::TextDetection", 44 "shape_detection::mojom::TextDetection",
44 "ui::mojom::Gpu" 45 "ui::mojom::Gpu"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "payments::mojom::PaymentRequest", 103 "payments::mojom::PaymentRequest",
103 "ui::mojom::Gpu" 104 "ui::mojom::Gpu"
104 ] 105 ]
105 }, 106 },
106 "requires": { 107 "requires": {
107 "content_renderer": [ "browser" ] 108 "content_renderer": [ "browser" ]
108 } 109 }
109 } 110 }
110 } 111 }
111 } 112 }
OLDNEW
« no previous file with comments | « content/common/worker_url_loader_factory_provider.mojom ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698