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

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

Issue 2688193002: Mojo framework for AndroidOverlay. (Closed)
Patch Set: cl comments, refactored MojoAndroidOverlay to inherit from mojom:... Created 3 years, 10 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 21 matching lines...) Expand all
32 "device::mojom::OrientationSensor", 32 "device::mojom::OrientationSensor",
33 "discardable_memory::mojom::DiscardableSharedMemoryManager", 33 "discardable_memory::mojom::DiscardableSharedMemoryManager",
34 "media::mojom::ImageCapture", 34 "media::mojom::ImageCapture",
35 "memory_coordinator::mojom::MemoryCoordinatorHandle", 35 "memory_coordinator::mojom::MemoryCoordinatorHandle",
36 "payments::mojom::PaymentAppManager", 36 "payments::mojom::PaymentAppManager",
37 "shape_detection::mojom::BarcodeDetection", 37 "shape_detection::mojom::BarcodeDetection",
38 "shape_detection::mojom::FaceDetectionProvider", 38 "shape_detection::mojom::FaceDetectionProvider",
39 "shape_detection::mojom::TextDetection", 39 "shape_detection::mojom::TextDetection",
40 "ui::mojom::Gpu" 40 "ui::mojom::Gpu"
41 ], 41 ],
42 "gpu": [
43 "media::mojom::AndroidOverlayProvider"
44 ],
42 "service_manager:service_factory": [ 45 "service_manager:service_factory": [
43 "service_manager::mojom::ServiceFactory" 46 "service_manager::mojom::ServiceFactory"
44 ] 47 ]
45 }, 48 },
46 "requires": { 49 "requires": {
47 "*": [ "app" ], 50 "*": [ "app" ],
48 // In classic ash, the browser supplies ash interfaces to itself. 51 // In classic ash, the browser supplies ash interfaces to itself.
49 "content_browser": [ "ash" ], 52 "content_browser": [ "ash" ],
50 "content_gpu": [ "browser" ], 53 "content_gpu": [ "browser" ],
51 "content_plugin": [ "browser" ], 54 "content_plugin": [ "browser" ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "payments::mojom::PaymentRequest", 99 "payments::mojom::PaymentRequest",
97 "ui::mojom::Gpu" 100 "ui::mojom::Gpu"
98 ] 101 ]
99 }, 102 },
100 "requires": { 103 "requires": {
101 "content_renderer": [ "browser" ] 104 "content_renderer": [ "browser" ]
102 } 105 }
103 } 106 }
104 } 107 }
105 } 108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698