Index: Source/devtools/front_end/devtools.json |
diff --git a/Source/devtools/front_end/devtools.json b/Source/devtools/front_end/devtools.json |
index 9edb98bbf8837d539be9abe83cfe87137ebe288a..ee9566e535e734a952684ffc5ce9fd3584891d22 100644 |
--- a/Source/devtools/front_end/devtools.json |
+++ b/Source/devtools/front_end/devtools.json |
@@ -1,32 +1,6 @@ |
[ |
{ "name": "platform", "type": "autostart" }, |
- { "name": "main", "type": "autostart" }, |
- { "name": "components", "type": "autostart" }, |
- { "name": "ui", "type": "autostart" }, |
- { "name": "sdk", "type": "autostart" }, |
{ "name": "host", "type": "autostart" }, |
{ "name": "common", "type": "autostart" }, |
- { "name": "toolbox", "type": "autostart" }, |
- { "name": "screencast", "type": "autostart" }, |
- { "name": "workspace", "type": "autostart" }, |
- { "name": "bindings", "type": "autostart" }, |
- { "name": "extensions", "type": "autostart" }, |
- { "name": "elements" }, |
- { "name": "network" }, |
- { "name": "sources" }, |
- { "name": "timeline" }, |
- { "name": "profiler" }, |
- { "name": "resources" }, |
- { "name": "audits" }, |
- { "name": "console" }, |
- { "name": "source_frame" }, |
- { "name": "settings" }, |
- { "name": "devices" }, |
- { "name": "documentation" }, |
- { "name": "layers" }, |
- { "name": "promises" }, |
- |
- { "name": "heap_snapshot_worker", "type": "worker" }, |
- { "name": "script_formatter_worker", "type": "worker" }, |
- { "name": "temp_storage_shared_worker", "type": "worker" } |
+ { "name": "devtools_bootstrap", "type": "autostart" } |
] |