| 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" }, |
| 11 { "name": "workspace", "type": "autostart" }, | 11 { "name": "workspace", "type": "autostart" }, |
| 12 { "name": "bindings", "type": "autostart" }, | 12 { "name": "bindings", "type": "autostart" }, |
| 13 { "name": "extensions", "type": "autostart" }, | 13 { "name": "extensions", "type": "autostart" }, |
| 14 { "name": "ui_lazy" }, | 14 { "name": "ui_lazy" }, |
| 15 { "name": "components_lazy" }, | 15 { "name": "components_lazy" }, |
| 16 { "name": "elements", "condition": "!v8only" }, | 16 { "name": "elements", "condition": "!v8only" }, |
| 17 { "name": "network", "condition": "!v8only" }, | 17 { "name": "network", "condition": "!v8only" }, |
| 18 { "name": "sources" }, | 18 { "name": "sources" }, |
| 19 { "name": "timeline", "condition": "!v8only" }, | 19 { "name": "timeline", "condition": "!v8only" }, |
| 20 { "name": "timeline_model", "condition": "!v8only" }, | 20 { "name": "timeline_model", "condition": "!v8only" }, |
| 21 { "name": "profiler" }, | 21 { "name": "profiler" }, |
| 22 { "name": "resources", "condition": "!v8only" }, | 22 { "name": "resources", "condition": "!v8only" }, |
| 23 { "name": "audits", "condition": "!v8only" }, | 23 { "name": "audits", "condition": "!v8only" }, |
| 24 { "name": "devices", "condition": "!v8only" }, | 24 { "name": "devices", "condition": "!v8only" }, |
| 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": "cm_modes", "type": "remote" }, | 28 { "name": "cm_modes", "type": "remoteInRelease" }, |
| 29 { "name": "settings" }, | 29 { "name": "settings" }, |
| 30 { "name": "layers", "condition": "!v8only" }, | 30 { "name": "layers", "condition": "!v8only" }, |
| 31 { "name": "snippets" }, | 31 { "name": "snippets" }, |
| 32 { "name": "diff" }, | 32 { "name": "diff" }, |
| 33 { "name": "sass", "condition": "!v8only" }, | 33 { "name": "sass", "condition": "!v8only" }, |
| 34 { "name": "accessibility", "condition": "!v8only" }, | 34 { "name": "accessibility", "condition": "!v8only" }, |
| 35 { "name": "animation", "condition": "!v8only" }, | 35 { "name": "animation", "condition": "!v8only" }, |
| 36 { "name": "es_tree" }, | 36 { "name": "es_tree" }, |
| 37 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, | 37 { "name": "screencast", "condition": "remoteFrontend", "type": "remoteIn
Release" }, |
| 38 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
} | 38 { "name": "emulated_devices", "condition": "!v8only" , "type": "remoteIn
Release" } |
| 39 ], | 39 ], |
| 40 | 40 |
| 41 "has_html": true | 41 "has_html": true |
| 42 } | 42 } |
| OLD | NEW |