OLD | NEW |
---|---|
1 [ | 1 [ |
2 { "name": "platform", "type": "autostart" }, | 2 { "name": "platform", "type": "autostart" }, |
3 { "name": "main", "type": "autostart" }, | 3 { "name": "main", "type": "autostart" }, |
4 { "name": "components", "type": "autostart" }, | 4 { "name": "components", "type": "autostart" }, |
5 { "name": "ui", "type": "autostart" }, | 5 { "name": "ui", "type": "autostart" }, |
6 { "name": "sdk", "type": "autostart" }, | 6 { "name": "sdk", "type": "autostart" }, |
7 { "name": "host", "type": "autostart" }, | 7 { "name": "host", "type": "autostart" }, |
8 { "name": "common", "type": "autostart" }, | 8 { "name": "common", "type": "autostart" }, |
9 { "name": "emulation", "type": "autostart" }, | 9 { "name": "emulation", "type": "autostart" }, |
10 { "name": "workspace", "type": "autostart" }, | 10 { "name": "workspace", "type": "autostart" }, |
11 { "name": "es_tree", "type": "autostart" }, | |
dgozman
2016/02/22 17:24:56
Can we make it on-demand? I'd like to avoid loadin
sergeyv
2016/02/22 21:42:54
Done. Moved SourceMapNamesResolver.js to sources,
| |
11 { "name": "bindings", "type": "autostart" }, | 12 { "name": "bindings", "type": "autostart" }, |
12 { "name": "extensions", "type": "autostart" }, | 13 { "name": "extensions", "type": "autostart" }, |
13 { "name": "ui_lazy" }, | 14 { "name": "ui_lazy" }, |
14 { "name": "components_lazy" }, | 15 { "name": "components_lazy" }, |
15 { "name": "elements" }, | 16 { "name": "elements" }, |
16 { "name": "network" }, | 17 { "name": "network" }, |
17 { "name": "sources" }, | 18 { "name": "sources" }, |
18 { "name": "timeline" }, | 19 { "name": "timeline" }, |
19 { "name": "profiler" }, | 20 { "name": "profiler" }, |
20 { "name": "resources" }, | 21 { "name": "resources" }, |
(...skipping 11 matching lines...) Expand all Loading... | |
32 { "name": "sass" }, | 33 { "name": "sass" }, |
33 { "name": "accessibility" }, | 34 { "name": "accessibility" }, |
34 { "name": "animation" }, | 35 { "name": "animation" }, |
35 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, | 36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
36 { "name": "emulated_devices", "type": "remote" }, | 37 { "name": "emulated_devices", "type": "remote" }, |
37 | 38 |
38 { "name": "heap_snapshot_worker", "type": "worker" }, | 39 { "name": "heap_snapshot_worker", "type": "worker" }, |
39 { "name": "script_formatter_worker", "type": "worker" }, | 40 { "name": "script_formatter_worker", "type": "worker" }, |
40 { "name": "temp_storage_shared_worker", "type": "worker" } | 41 { "name": "temp_storage_shared_worker", "type": "worker" } |
41 ] | 42 ] |
OLD | NEW |