| 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 ], | 10 ], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "media": [ "media:media" ], | 64 "media": [ "media:media" ], |
| 65 "network": [ | 65 "network": [ |
| 66 "network_service", | 66 "network_service", |
| 67 "test", | 67 "test", |
| 68 "url_loader" | 68 "url_loader" |
| 69 ], | 69 ], |
| 70 "ui": [ "display_output_protection" ], | 70 "ui": [ "display_output_protection" ], |
| 71 "service_manager": [ | 71 "service_manager": [ |
| 72 "service_manager:client_process", | 72 "service_manager:client_process", |
| 73 "service_manager:instance_name", | 73 "service_manager:instance_name", |
| 74 "service_manager:service_manager", | |
| 75 "service_manager:user_id" | 74 "service_manager:user_id" |
| 76 ], | 75 ], |
| 77 "shape_detection": [ | 76 "shape_detection": [ |
| 78 "barcode_detection", | 77 "barcode_detection", |
| 79 "face_detection", | 78 "face_detection", |
| 80 "text_detection" | 79 "text_detection" |
| 81 ] | 80 ] |
| 82 } | 81 } |
| 83 }, | 82 }, |
| 84 "navigation:frame": { | 83 "navigation:frame": { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 111 "payments::mojom::PaymentRequest", | 110 "payments::mojom::PaymentRequest", |
| 112 "ui::mojom::Gpu" | 111 "ui::mojom::Gpu" |
| 113 ] | 112 ] |
| 114 }, | 113 }, |
| 115 "requires": { | 114 "requires": { |
| 116 "content_renderer": [ "browser" ] | 115 "content_renderer": [ "browser" ] |
| 117 } | 116 } |
| 118 } | 117 } |
| 119 } | 118 } |
| 120 } | 119 } |
| OLD | NEW |