| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "ui", | 2 "name": "ui", |
| 3 "display_name": "UI Service", | 3 "display_name": "UI Service", |
| 4 "interface_provider_specs": { | 4 "interface_provider_specs": { |
| 5 "service_manager:connector": { | 5 "service_manager:connector": { |
| 6 "provides": { | 6 "provides": { |
| 7 // A collection of interfaces needed by a generic client of mus. | 7 // A collection of interfaces needed by a generic client of mus. |
| 8 // Additional interfaces may be requested a-la-carte. | 8 // Additional interfaces may be requested a-la-carte. |
| 9 // NOTE: when adding a new interface chances are you will want to add it | 9 // NOTE: when adding a new interface chances are you will want to add it |
| 10 // to window_manager as well. | 10 // to window_manager as well. |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "ui::mojom::WindowManagerWindowTreeFactory" | 60 "ui::mojom::WindowManagerWindowTreeFactory" |
| 61 ], | 61 ], |
| 62 "window_tree_host_factory": [ | 62 "window_tree_host_factory": [ |
| 63 "ui::mojom::WindowTreeHostFactory" | 63 "ui::mojom::WindowTreeHostFactory" |
| 64 ] | 64 ] |
| 65 }, | 65 }, |
| 66 "requires": { | 66 "requires": { |
| 67 "*": [ "app" ], | 67 "*": [ "app" ], |
| 68 "catalog": [ "app" ], | 68 "catalog": [ "app" ], |
| 69 "service_manager": [ "service_manager:all_users" ], | 69 "service_manager": [ "service_manager:all_users" ], |
| 70 "ui": [ "ozone" ] | 70 "ui": [ "ozone" ], |
| 71 "preferences": [ "preferences_manager" ] |
| 71 } | 72 } |
| 72 } | 73 } |
| 73 } | 74 } |
| 74 } | 75 } |
| OLD | NEW |