| 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 "plugin": [ | 7 "plugin": [ |
| 8 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 8 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 9 "ui::mojom::Gpu" | 9 "ui::mojom::Gpu" |
| 10 ], | 10 ], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "file": [ "file:filesystem", "file:leveldb" ], | 55 "file": [ "file:filesystem", "file:leveldb" ], |
| 56 "media": [ "media:media" ], | 56 "media": [ "media:media" ], |
| 57 "ui": [ "display_output_protection" ], | 57 "ui": [ "display_output_protection" ], |
| 58 "service_manager": [ | 58 "service_manager": [ |
| 59 "service_manager:client_process", | 59 "service_manager:client_process", |
| 60 "service_manager:instance_name", | 60 "service_manager:instance_name", |
| 61 "service_manager:user_id" | 61 "service_manager:user_id" |
| 62 ], | 62 ], |
| 63 "shape_detection": [ | 63 "shape_detection": [ |
| 64 "barcode_detection", | 64 "barcode_detection", |
| 65 "face_detection", | 65 "face_detection" |
| 66 "text_detection" | |
| 67 ] | 66 ] |
| 68 } | 67 } |
| 69 }, | 68 }, |
| 70 "navigation:frame": { | 69 "navigation:frame": { |
| 71 "provides": { | 70 "provides": { |
| 72 "renderer": [ | 71 "renderer": [ |
| 73 // TODO(beng): these belong in //chrome's overlay, but there are some | 72 // TODO(beng): these belong in //chrome's overlay, but there are some |
| 74 // issues with mash browser_tests's manifest config that make this | 73 // issues with mash browser_tests's manifest config that make this |
| 75 // impossible this week. Remove once sky/ken fix this. | 74 // impossible this week. Remove once sky/ken fix this. |
| 76 "autofill::mojom::AutofillDriver", | 75 "autofill::mojom::AutofillDriver", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 98 "payments::mojom::PaymentRequest", | 97 "payments::mojom::PaymentRequest", |
| 99 "ui::mojom::Gpu" | 98 "ui::mojom::Gpu" |
| 100 ] | 99 ] |
| 101 }, | 100 }, |
| 102 "requires": { | 101 "requires": { |
| 103 "content_renderer": [ "browser" ] | 102 "content_renderer": [ "browser" ] |
| 104 } | 103 } |
| 105 } | 104 } |
| 106 } | 105 } |
| 107 } | 106 } |
| OLD | NEW |