| OLD | NEW |
| 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", |
| 11 "resource_coordinator::tracing::mojom::AgentSet" |
| 11 ], | 12 ], |
| 12 "plugin": [ | 13 "plugin": [ |
| 13 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 14 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 15 "resource_coordinator::tracing::mojom::AgentSet", |
| 14 "ui::mojom::Gpu" | 16 "ui::mojom::Gpu" |
| 15 ], | 17 ], |
| 16 "renderer": [ | 18 "renderer": [ |
| 17 "blink::mojom::BackgroundFetchService", | 19 "blink::mojom::BackgroundFetchService", |
| 18 "blink::mojom::BackgroundSyncService", | 20 "blink::mojom::BackgroundSyncService", |
| 19 "blink::mojom::BroadcastChannelProvider", | 21 "blink::mojom::BroadcastChannelProvider", |
| 20 "blink::mojom::BudgetService", | 22 "blink::mojom::BudgetService", |
| 21 "blink::mojom::Hyphenation", | 23 "blink::mojom::Hyphenation", |
| 22 "blink::mojom::MimeRegistry", | 24 "blink::mojom::MimeRegistry", |
| 23 "blink::mojom::NotificationService", | 25 "blink::mojom::NotificationService", |
| 24 "blink::mojom::OffscreenCanvasProvider", | 26 "blink::mojom::OffscreenCanvasProvider", |
| 25 "blink::mojom::PermissionService", | 27 "blink::mojom::PermissionService", |
| 26 "blink::mojom::WebSocket", | 28 "blink::mojom::WebSocket", |
| 27 "content::mojom::FieldTrialRecorder", | 29 "content::mojom::FieldTrialRecorder", |
| 28 "content::mojom::MemoryCoordinatorHandle", | 30 "content::mojom::MemoryCoordinatorHandle", |
| 29 "content::mojom::PushMessaging", | 31 "content::mojom::PushMessaging", |
| 30 "content::mojom::FrameSinkProvider", | 32 "content::mojom::FrameSinkProvider", |
| 31 "content::mojom::ServiceWorkerDispatcherHost", | 33 "content::mojom::ServiceWorkerDispatcherHost", |
| 32 "content::mojom::StoragePartitionService", | 34 "content::mojom::StoragePartitionService", |
| 33 "content::mojom::URLLoaderFactory", | 35 "content::mojom::URLLoaderFactory", |
| 34 "content::mojom::VideoCaptureHost", | 36 "content::mojom::VideoCaptureHost", |
| 35 "content::mojom::WorkerURLLoaderFactoryProvider", | 37 "content::mojom::WorkerURLLoaderFactoryProvider", |
| 36 "device::mojom::GamepadMonitor", | 38 "device::mojom::GamepadMonitor", |
| 37 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 39 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 38 "media::mojom::ImageCapture", | 40 "media::mojom::ImageCapture", |
| 39 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 41 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 40 "memory_instrumentation::mojom::Coordinator", | 42 "memory_instrumentation::mojom::Coordinator", |
| 41 "metrics::mojom::SingleSampleMetricsProvider", | 43 "metrics::mojom::SingleSampleMetricsProvider", |
| 42 "payments::mojom::PaymentManager", | 44 "payments::mojom::PaymentManager", |
| 45 "resource_coordinator::tracing::mojom::AgentSet", |
| 43 "shape_detection::mojom::BarcodeDetection", | 46 "shape_detection::mojom::BarcodeDetection", |
| 44 "shape_detection::mojom::FaceDetectionProvider", | 47 "shape_detection::mojom::FaceDetectionProvider", |
| 45 "shape_detection::mojom::TextDetection", | 48 "shape_detection::mojom::TextDetection", |
| 46 "ui::mojom::Gpu" | 49 "ui::mojom::Gpu" |
| 47 ], | 50 ], |
| 48 "service_manager:service_factory": [ | 51 "service_manager:service_factory": [ |
| 49 "service_manager::mojom::ServiceFactory" | 52 "service_manager::mojom::ServiceFactory" |
| 50 ], | 53 ], |
| 51 "utility": [ | 54 "utility": [ |
| 52 "memory_instrumentation::mojom::Coordinator" | 55 "memory_instrumentation::mojom::Coordinator", |
| 56 "resource_coordinator::tracing::mojom::AgentSet" |
| 53 ] | 57 ] |
| 54 }, | 58 }, |
| 55 "requires": { | 59 "requires": { |
| 56 "*": [ "app" ], | 60 "*": [ "app" ], |
| 57 // In classic ash, the browser supplies ash interfaces to itself. | 61 // In classic ash, the browser supplies ash interfaces to itself. |
| 58 "content_browser": [ "ash" ], | 62 "content_browser": [ "ash" ], |
| 59 "content_gpu": [ "browser" ], | 63 "content_gpu": [ "browser" ], |
| 60 "content_plugin": [ "browser" ], | 64 "content_plugin": [ "browser" ], |
| 61 "content_renderer": [ "browser" ], | 65 "content_renderer": [ "browser" ], |
| 62 "content_utility": [ "browser" ], | 66 "content_utility": [ "browser" ], |
| 63 "data_decoder": [ "image_decoder" ], | 67 "data_decoder": [ "image_decoder" ], |
| 64 "device": [ "device:wake_lock" ], | 68 "device": [ "device:wake_lock" ], |
| 65 "file": [ "file:filesystem", "file:leveldb" ], | 69 "file": [ "file:filesystem", "file:leveldb" ], |
| 66 "media": [ "media:media" ], | 70 "media": [ "media:media" ], |
| 67 "network": [ | 71 "network": [ |
| 68 "test", | 72 "test", |
| 69 "url_loader" | 73 "url_loader" |
| 70 ], | 74 ], |
| 71 "ui": [ "display_output_protection" ], | 75 "ui": [ "display_output_protection" ], |
| 72 "service_manager": [ | 76 "service_manager": [ |
| 73 "service_manager:client_process", | 77 "service_manager:client_process", |
| 74 "service_manager:instance_name", | 78 "service_manager:instance_name", |
| 75 "service_manager:user_id" | 79 "service_manager:user_id" |
| 76 ], | 80 ], |
| 77 "shape_detection": [ | 81 "shape_detection": [ |
| 78 "barcode_detection", | 82 "barcode_detection", |
| 79 "face_detection", | 83 "face_detection", |
| 80 "text_detection" | 84 "text_detection" |
| 81 ] | 85 ], |
| 86 "tracing": [ "coordinator" ] |
| 82 } | 87 } |
| 83 }, | 88 }, |
| 84 "navigation:frame": { | 89 "navigation:frame": { |
| 85 "provides": { | 90 "provides": { |
| 86 "renderer": [ | 91 "renderer": [ |
| 87 // TODO(beng): these belong in //chrome's overlay, but there are some | 92 // TODO(beng): these belong in //chrome's overlay, but there are some |
| 88 // issues with mash browser_tests's manifest config that make this | 93 // issues with mash browser_tests's manifest config that make this |
| 89 // impossible this week. Remove once sky/ken fix this. | 94 // impossible this week. Remove once sky/ken fix this. |
| 90 "autofill::mojom::AutofillDriver", | 95 "autofill::mojom::AutofillDriver", |
| 91 "autofill::mojom::PasswordManagerDriver", | 96 "autofill::mojom::PasswordManagerDriver", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 111 "payments::mojom::PaymentRequest", | 116 "payments::mojom::PaymentRequest", |
| 112 "ui::mojom::Gpu" | 117 "ui::mojom::Gpu" |
| 113 ] | 118 ] |
| 114 }, | 119 }, |
| 115 "requires": { | 120 "requires": { |
| 116 "content_renderer": [ "browser" ] | 121 "content_renderer": [ "browser" ] |
| 117 } | 122 } |
| 118 } | 123 } |
| 119 } | 124 } |
| 120 } | 125 } |
| OLD | NEW |