| OLD | NEW |
| 1 { | 1 { |
| 2 "modules" : [ | 2 "modules" : [ |
| 3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
| 4 { "name": "protocol", "type": "autostart" }, |
| 4 { "name": "main", "type": "autostart" }, | 5 { "name": "main", "type": "autostart" }, |
| 5 { "name": "components", "type": "autostart"}, | 6 { "name": "components", "type": "autostart"}, |
| 6 { "name": "ui", "type": "autostart" }, | 7 { "name": "ui", "type": "autostart" }, |
| 7 { "name": "sdk", "type": "autostart" }, | 8 { "name": "sdk", "type": "autostart" }, |
| 8 { "name": "host", "type": "autostart" }, | 9 { "name": "host", "type": "autostart" }, |
| 9 { "name": "common", "type": "autostart" }, | 10 { "name": "common", "type": "autostart" }, |
| 10 { "name": "emulation", "type": "autostart" }, | 11 { "name": "emulation", "type": "autostart" }, |
| 11 { "name": "workspace", "type": "autostart" }, | 12 { "name": "workspace", "type": "autostart" }, |
| 12 { "name": "bindings", "type": "autostart" }, | 13 { "name": "bindings", "type": "autostart" }, |
| 13 { "name": "persistence", "type": "autostart" }, | 14 { "name": "persistence", "type": "autostart" }, |
| (...skipping 24 matching lines...) Expand all Loading... |
| 38 { "name": "terminal", "type": "remote" }, | 39 { "name": "terminal", "type": "remote" }, |
| 39 { "name": "sass", "condition": "!v8only" }, | 40 { "name": "sass", "condition": "!v8only" }, |
| 40 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, | 41 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, |
| 41 { "name": "animation", "condition": "!v8only" }, | 42 { "name": "animation", "condition": "!v8only" }, |
| 42 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, | 43 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, |
| 43 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
} | 44 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
} |
| 44 ], | 45 ], |
| 45 | 46 |
| 46 "has_html": true | 47 "has_html": true |
| 47 } | 48 } |
| OLD | NEW |