OLD | NEW |
1 { | 1 { |
2 "modules" : [ | 2 "modules" : [ |
3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
4 { "name": "dom_extension", "type": "autostart" }, | 4 { "name": "dom_extension", "type": "autostart" }, |
5 { "name": "main", "type": "autostart" }, | 5 { "name": "main", "type": "autostart" }, |
6 { "name": "components", "type": "autostart"}, | 6 { "name": "components", "type": "autostart"}, |
7 { "name": "ui", "type": "autostart" }, | 7 { "name": "ui", "type": "autostart" }, |
8 { "name": "sdk", "type": "autostart" }, | 8 { "name": "sdk", "type": "autostart" }, |
9 { "name": "protocol", "type": "autostart" }, | 9 { "name": "protocol", "type": "autostart" }, |
10 { "name": "host", "type": "autostart" }, | 10 { "name": "host", "type": "autostart" }, |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 { "name": "event_listeners" }, | 55 { "name": "event_listeners" }, |
56 { "name": "object_ui"}, | 56 { "name": "object_ui"}, |
57 { "name": "help", "type": "autostart"}, | 57 { "name": "help", "type": "autostart"}, |
58 { "name": "workspace_diff" }, | 58 { "name": "workspace_diff" }, |
59 { "name": "console_model", "type": "autostart"}, | 59 { "name": "console_model", "type": "autostart"}, |
60 { "name": "network_log", "type": "autostart"}, | 60 { "name": "network_log", "type": "autostart"}, |
61 { "name": "text_utils", "type": "autostart"}, | 61 { "name": "text_utils", "type": "autostart"}, |
62 { "name": "changes"}, | 62 { "name": "changes"}, |
63 { "name": "mobile_throttling", "type": "autostart"}, | 63 { "name": "mobile_throttling", "type": "autostart"}, |
64 { "name": "network_priorities"}, | 64 { "name": "network_priorities"}, |
65 { "name": "formatter" } | 65 { "name": "formatter" }, |
| 66 { "name": "counters", "type": "autostart" } |
66 ], | 67 ], |
67 | 68 |
68 "has_html": true | 69 "has_html": true |
69 } | 70 } |
OLD | NEW |