| 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": "sources" }, | 20 { "name": "sources" }, |
| 21 { "name": "timeline", "condition": "!v8only" }, | 21 { "name": "timeline", "condition": "!v8only" }, |
| 22 { "name": "timeline_model", "condition": "!v8only" }, | 22 { "name": "timeline_model", "condition": "!v8only" }, |
| 23 { "name": "product_registry", "condition": "!v8only", "type": "autostart
" }, | 23 { "name": "product_registry", "condition": "!v8only" }, |
| 24 { "name": "product_registry_impl", "condition": "!v8only", "type": "remo
te" }, | 24 { "name": "product_registry_impl", "condition": "!v8only", "type": "remo
te" }, |
| 25 { "name": "profiler" }, | 25 { "name": "profiler" }, |
| 26 { "name": "resources", "condition": "!v8only" }, | 26 { "name": "resources", "condition": "!v8only" }, |
| 27 { "name": "audits", "condition": "!v8only" }, | 27 { "name": "audits", "condition": "!v8only" }, |
| 28 { "name": "audits2", "condition": "!v8only" }, | 28 { "name": "audits2", "condition": "!v8only" }, |
| 29 { "name": "devices" }, | 29 { "name": "devices" }, |
| 30 { "name": "security", "condition": "!v8only" }, | 30 { "name": "security", "condition": "!v8only" }, |
| 31 { "name": "console" }, | 31 { "name": "console" }, |
| 32 { "name": "source_frame" }, | 32 { "name": "source_frame" }, |
| 33 { "name": "text_editor" }, | 33 { "name": "text_editor" }, |
| (...skipping 24 matching lines...) Expand all Loading... |
| 58 { "name": "help", "type": "autostart"}, | 58 { "name": "help", "type": "autostart"}, |
| 59 { "name": "workspace_diff" }, | 59 { "name": "workspace_diff" }, |
| 60 { "name": "console_model", "type": "autostart"}, | 60 { "name": "console_model", "type": "autostart"}, |
| 61 { "name": "network_log", "type": "autostart"}, | 61 { "name": "network_log", "type": "autostart"}, |
| 62 { "name": "text_utils", "type": "autostart"}, | 62 { "name": "text_utils", "type": "autostart"}, |
| 63 { "name": "changes"} | 63 { "name": "changes"} |
| 64 ], | 64 ], |
| 65 | 65 |
| 66 "has_html": true | 66 "has_html": true |
| 67 } | 67 } |
| OLD | NEW |