| OLD | NEW |
| 1 { | 1 { |
| 2 "modules" : [ | 2 "modules" : [ |
| 3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
| 4 { "name": "main", "type": "autostart" }, | 4 { "name": "main", "type": "autostart" }, |
| 5 { "name": "components", "type": "autostart"}, | 5 { "name": "components", "type": "autostart"}, |
| 6 { "name": "ui", "type": "autostart" }, | 6 { "name": "ui", "type": "autostart" }, |
| 7 { "name": "sdk", "type": "autostart" }, | 7 { "name": "sdk", "type": "autostart" }, |
| 8 { "name": "host", "type": "autostart" }, | 8 { "name": "host", "type": "autostart" }, |
| 9 { "name": "common", "type": "autostart" }, | 9 { "name": "common", "type": "autostart" }, |
| 10 { "name": "emulation", "type": "autostart" }, | 10 { "name": "emulation", "type": "autostart" }, |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 { "name": "security", "condition": "!v8only" }, | 25 { "name": "security", "condition": "!v8only" }, |
| 26 { "name": "console" }, | 26 { "name": "console" }, |
| 27 { "name": "source_frame" }, | 27 { "name": "source_frame" }, |
| 28 { "name": "text_editor" }, | 28 { "name": "text_editor" }, |
| 29 { "name": "cm_modes", "type": "remoteInRelease" }, | 29 { "name": "cm_modes", "type": "remoteInRelease" }, |
| 30 { "name": "settings" }, | 30 { "name": "settings" }, |
| 31 { "name": "layers", "condition": "!v8only" }, | 31 { "name": "layers", "condition": "!v8only" }, |
| 32 { "name": "snippets" }, | 32 { "name": "snippets" }, |
| 33 { "name": "diff" }, | 33 { "name": "diff" }, |
| 34 { "name": "sass", "condition": "!v8only" }, | 34 { "name": "sass", "condition": "!v8only" }, |
| 35 { "name": "accessibility", "condition": "!v8only" }, | 35 { "name": "accessibility", "condition": "!v8only", "type": "remoteInRele
ase" }, |
| 36 { "name": "animation", "condition": "!v8only" }, | 36 { "name": "animation", "condition": "!v8only" }, |
| 37 { "name": "es_tree" }, | 37 { "name": "es_tree" }, |
| 38 { "name": "screencast", "condition": "remoteFrontend", "type": "remoteIn
Release" }, | 38 { "name": "screencast", "condition": "remoteFrontend", "type": "remoteIn
Release" }, |
| 39 { "name": "emulated_devices", "condition": "!v8only" , "type": "remoteIn
Release" } | 39 { "name": "emulated_devices", "condition": "!v8only" , "type": "remoteIn
Release" } |
| 40 ], | 40 ], |
| 41 | 41 |
| 42 "has_html": true | 42 "has_html": true |
| 43 } | 43 } |
| OLD | NEW |