| 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" }, |
| 11 { "name": "common", "type": "autostart" }, | 11 { "name": "common", "type": "autostart" }, |
| 12 { "name": "emulation", "type": "autostart" }, | 12 { "name": "emulation", "type": "autostart" }, |
| 13 { "name": "workspace", "type": "autostart" }, | 13 { "name": "workspace", "type": "autostart" }, |
| 14 { "name": "bindings", "type": "autostart" }, | 14 { "name": "bindings", "type": "autostart" }, |
| 15 { "name": "persistence", "type": "autostart" }, | 15 { "name": "persistence", "type": "autostart" }, |
| 16 { "name": "extensions", "type": "autostart" }, | 16 { "name": "extensions", "type": "autostart" }, |
| 17 { "name": "services", "type": "autostart" }, | 17 { "name": "services", "type": "autostart" }, |
| 18 { "name": "elements", "condition": "!v8only" }, | 18 { "name": "elements", "condition": "!v8only" }, |
| 19 { "name": "network", "condition": "!v8only" }, | 19 { "name": "network", "condition": "!v8only" }, |
| 20 { "name": "network_group_lookup", "condition": "!v8only", "type": "remot
e" }, | 20 { "name": "network_group_lookup", "condition": "!v8only", "type": "remot
e" }, |
| 21 { "name": "console_frame_product_lookup", "condition": "!v8only", "type"
: "remote" }, |
| 21 { "name": "sources" }, | 22 { "name": "sources" }, |
| 22 { "name": "timeline", "condition": "!v8only" }, | 23 { "name": "timeline", "condition": "!v8only" }, |
| 23 { "name": "timeline_model", "condition": "!v8only" }, | 24 { "name": "timeline_model", "condition": "!v8only" }, |
| 24 { "name": "product_registry", "condition": "!v8only", "type": "remote" }
, | 25 { "name": "product_registry", "condition": "!v8only", "type": "remote" }
, |
| 25 { "name": "profiler" }, | 26 { "name": "profiler" }, |
| 26 { "name": "resources", "condition": "!v8only" }, | 27 { "name": "resources", "condition": "!v8only" }, |
| 27 { "name": "audits", "condition": "!v8only" }, | 28 { "name": "audits", "condition": "!v8only" }, |
| 28 { "name": "audits2", "condition": "!v8only" }, | 29 { "name": "audits2", "condition": "!v8only" }, |
| 29 { "name": "devices", "condition": "!v8only" }, | 30 { "name": "devices", "condition": "!v8only" }, |
| 30 { "name": "security", "condition": "!v8only" }, | 31 { "name": "security", "condition": "!v8only" }, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 57 { "name": "object_ui", "type": "autostart"}, | 58 { "name": "object_ui", "type": "autostart"}, |
| 58 { "name": "help", "type": "autostart"}, | 59 { "name": "help", "type": "autostart"}, |
| 59 { "name": "workspace_diff" }, | 60 { "name": "workspace_diff" }, |
| 60 { "name": "console_model", "type": "autostart"}, | 61 { "name": "console_model", "type": "autostart"}, |
| 61 { "name": "network_log", "type": "autostart"}, | 62 { "name": "network_log", "type": "autostart"}, |
| 62 { "name": "text_utils", "type": "autostart"} | 63 { "name": "text_utils", "type": "autostart"} |
| 63 ], | 64 ], |
| 64 | 65 |
| 65 "has_html": true | 66 "has_html": true |
| 66 } | 67 } |
| OLD | NEW |