Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: Source/devtools/front_end/devtools.json

Issue 710033003: [DevTools] Extract part of DevTools into inspector app. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/devtools.html ('k') | Source/devtools/front_end/devtools_app/DevToolsApp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..38cf0eea90c65ab630118a45dbb35c240a61b099 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_app", "type": "autostart" }
]
« no previous file with comments | « Source/devtools/front_end/devtools.html ('k') | Source/devtools/front_end/devtools_app/DevToolsApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698