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

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

Issue 673163004: [DevTools] Extract platform module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bug in hosted mode 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { "name": "platform", "type": "autostart" },
2 { "name": "main", "type": "autostart" }, 3 { "name": "main", "type": "autostart" },
3 { "name": "components", "type": "autostart" }, 4 { "name": "components", "type": "autostart" },
4 { "name": "ui", "type": "autostart" }, 5 { "name": "ui", "type": "autostart" },
5 { "name": "sdk", "type": "autostart" }, 6 { "name": "sdk", "type": "autostart" },
6 { "name": "host", "type": "autostart" }, 7 { "name": "host", "type": "autostart" },
7 { "name": "common", "type": "autostart" }, 8 { "name": "common", "type": "autostart" },
8 { "name": "toolbox", "type": "autostart" }, 9 { "name": "toolbox", "type": "autostart" },
9 { "name": "screencast", "type": "autostart" }, 10 { "name": "screencast", "type": "autostart" },
10 { "name": "workspace", "type": "autostart" }, 11 { "name": "workspace", "type": "autostart" },
11 { "name": "bindings", "type": "autostart" }, 12 { "name": "bindings", "type": "autostart" },
(...skipping 10 matching lines...) Expand all
22 { "name": "settings" }, 23 { "name": "settings" },
23 { "name": "devices" }, 24 { "name": "devices" },
24 { "name": "documentation" }, 25 { "name": "documentation" },
25 { "name": "layers" }, 26 { "name": "layers" },
26 { "name": "promises" }, 27 { "name": "promises" },
27 28
28 { "name": "heap_snapshot_worker", "type": "worker" }, 29 { "name": "heap_snapshot_worker", "type": "worker" },
29 { "name": "script_formatter_worker", "type": "worker" }, 30 { "name": "script_formatter_worker", "type": "worker" },
30 { "name": "temp_storage_shared_worker", "type": "worker" } 31 { "name": "temp_storage_shared_worker", "type": "worker" }
31 ] 32 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/devices/module.json ('k') | Source/devtools/front_end/heap_snapshot_worker/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698