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": "persistence", "type": "autostart" }, |
13 { "name": "extensions", "type": "autostart" }, | 14 { "name": "extensions", "type": "autostart" }, |
14 { "name": "ui_lazy" }, | 15 { "name": "ui_lazy" }, |
15 { "name": "components_lazy" }, | 16 { "name": "components_lazy" }, |
16 { "name": "elements", "condition": "!v8only" }, | 17 { "name": "elements", "condition": "!v8only" }, |
17 { "name": "network", "condition": "!v8only" }, | 18 { "name": "network", "condition": "!v8only" }, |
18 { "name": "sources" }, | 19 { "name": "sources" }, |
19 { "name": "timeline", "condition": "!v8only" }, | 20 { "name": "timeline", "condition": "!v8only" }, |
20 { "name": "timeline_model", "condition": "!v8only" }, | 21 { "name": "timeline_model", "condition": "!v8only" }, |
21 { "name": "profiler" }, | 22 { "name": "profiler" }, |
22 { "name": "resources", "condition": "!v8only" }, | 23 { "name": "resources", "condition": "!v8only" }, |
(...skipping 11 matching lines...) Expand all Loading... |
34 { "name": "diff" }, | 35 { "name": "diff" }, |
35 { "name": "sass", "condition": "!v8only" }, | 36 { "name": "sass", "condition": "!v8only" }, |
36 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, | 37 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, |
37 { "name": "animation", "condition": "!v8only" }, | 38 { "name": "animation", "condition": "!v8only" }, |
38 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, | 39 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, |
39 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
} | 40 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
} |
40 ], | 41 ], |
41 | 42 |
42 "has_html": true | 43 "has_html": true |
43 } | 44 } |
OLD | NEW |