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

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

Issue 2892953006: WIP POC blob transport over mojo
Patch Set: pass mojo blobs over ipc Created 3 years, 7 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 ], 10 ],
(...skipping 26 matching lines...) Expand all
37 "content::mojom::WorkerURLLoaderFactoryProvider", 37 "content::mojom::WorkerURLLoaderFactoryProvider",
38 "device::mojom::GamepadMonitor", 38 "device::mojom::GamepadMonitor",
39 "discardable_memory::mojom::DiscardableSharedMemoryManager", 39 "discardable_memory::mojom::DiscardableSharedMemoryManager",
40 "media::mojom::ImageCapture", 40 "media::mojom::ImageCapture",
41 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
42 "metrics::mojom::SingleSampleMetricsProvider", 42 "metrics::mojom::SingleSampleMetricsProvider",
43 "payments::mojom::PaymentManager", 43 "payments::mojom::PaymentManager",
44 "shape_detection::mojom::BarcodeDetection", 44 "shape_detection::mojom::BarcodeDetection",
45 "shape_detection::mojom::FaceDetectionProvider", 45 "shape_detection::mojom::FaceDetectionProvider",
46 "shape_detection::mojom::TextDetection", 46 "shape_detection::mojom::TextDetection",
47 "storage::mojom::BlobRegistry",
47 "ui::mojom::Gpu" 48 "ui::mojom::Gpu"
48 ], 49 ],
49 "service_manager:service_factory": [ 50 "service_manager:service_factory": [
50 "service_manager::mojom::ServiceFactory" 51 "service_manager::mojom::ServiceFactory"
51 ], 52 ],
52 "utility": [ 53 "utility": [
53 "discardable_memory::mojom::DiscardableSharedMemoryManager", 54 "discardable_memory::mojom::DiscardableSharedMemoryManager",
54 "memory_instrumentation::mojom::Coordinator" 55 "memory_instrumentation::mojom::Coordinator"
55 ] 56 ]
56 }, 57 },
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "payments::mojom::PaymentRequest", 119 "payments::mojom::PaymentRequest",
119 "ui::mojom::Gpu" 120 "ui::mojom::Gpu"
120 ] 121 ]
121 }, 122 },
122 "requires": { 123 "requires": {
123 "content_renderer": [ "browser" ] 124 "content_renderer": [ "browser" ]
124 } 125 }
125 } 126 }
126 } 127 }
127 } 128 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_types.cc ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698