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

Side by Side Diff: Source/devtools/front_end/devtools.json

Issue 667623002: DevTools: make extension server a part of core, panels' code should depend on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for review Created 6 years, 2 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { "name": "main", "type": "autostart" }, 2 { "name": "main", "type": "autostart" },
3 { "name": "components", "type": "autostart" }, 3 { "name": "components", "type": "autostart" },
4 { "name": "ui", "type": "autostart" }, 4 { "name": "ui", "type": "autostart" },
5 { "name": "sdk", "type": "autostart" }, 5 { "name": "sdk", "type": "autostart" },
6 { "name": "host", "type": "autostart" }, 6 { "name": "host", "type": "autostart" },
7 { "name": "common", "type": "autostart" }, 7 { "name": "common", "type": "autostart" },
8 { "name": "toolbox", "type": "autostart" }, 8 { "name": "toolbox", "type": "autostart" },
9 { "name": "screencast", "type": "autostart" }, 9 { "name": "screencast", "type": "autostart" },
10 { "name": "workspace", "type": "autostart" }, 10 { "name": "workspace", "type": "autostart" },
11 { "name": "bindings", "type": "autostart" }, 11 { "name": "bindings", "type": "autostart" },
12 { "name": "extensions", "type": "autostart" },
12 { "name": "elements" }, 13 { "name": "elements" },
13 { "name": "network" }, 14 { "name": "network" },
14 { "name": "sources" }, 15 { "name": "sources" },
15 { "name": "timeline" }, 16 { "name": "timeline" },
16 { "name": "profiler" }, 17 { "name": "profiler" },
17 { "name": "resources" }, 18 { "name": "resources" },
18 { "name": "audits" }, 19 { "name": "audits" },
19 { "name": "console" }, 20 { "name": "console" },
20 { "name": "source_frame" }, 21 { "name": "source_frame" },
21 { "name": "extensions" },
22 { "name": "settings" }, 22 { "name": "settings" },
23 { "name": "devices" }, 23 { "name": "devices" },
24 { "name": "documentation" }, 24 { "name": "documentation" },
25 { "name": "layers" }, 25 { "name": "layers" },
26 { "name": "promises" }, 26 { "name": "promises" },
27 27
28 { "name": "heap_snapshot_worker", "type": "worker" }, 28 { "name": "heap_snapshot_worker", "type": "worker" },
29 { "name": "script_formatter_worker", "type": "worker" }, 29 { "name": "script_formatter_worker", "type": "worker" },
30 { "name": "temp_storage_shared_worker", "type": "worker" } 30 { "name": "temp_storage_shared_worker", "type": "worker" }
31 ] 31 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698