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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2372303003: DevTools: introduce external service client (behind experiment). (Closed)
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "modules" : [ 2 "modules" : [
3 { "name": "platform", "type": "autostart" }, 3 { "name": "platform", "type": "autostart" },
4 { "name": "main", "type": "autostart" }, 4 { "name": "main", "type": "autostart" },
5 { "name": "components", "type": "autostart"}, 5 { "name": "components", "type": "autostart"},
6 { "name": "ui", "type": "autostart" }, 6 { "name": "ui", "type": "autostart" },
7 { "name": "sdk", "type": "autostart" }, 7 { "name": "sdk", "type": "autostart" },
8 { "name": "host", "type": "autostart" }, 8 { "name": "host", "type": "autostart" },
9 { "name": "common", "type": "autostart" }, 9 { "name": "common", "type": "autostart" },
10 { "name": "emulation", "type": "autostart" }, 10 { "name": "emulation", "type": "autostart" },
(...skipping 16 matching lines...) Expand all
27 { "name": "security", "condition": "!v8only" }, 27 { "name": "security", "condition": "!v8only" },
28 { "name": "console" }, 28 { "name": "console" },
29 { "name": "source_frame" }, 29 { "name": "source_frame" },
30 { "name": "text_editor" }, 30 { "name": "text_editor" },
31 { "name": "cm_modes", "type": "remote" }, 31 { "name": "cm_modes", "type": "remote" },
32 { "name": "settings" }, 32 { "name": "settings" },
33 { "name": "layers", "condition": "!v8only" }, 33 { "name": "layers", "condition": "!v8only" },
34 { "name": "layer_viewer", "condition": "!v8only" }, 34 { "name": "layer_viewer", "condition": "!v8only" },
35 { "name": "snippets" }, 35 { "name": "snippets" },
36 { "name": "diff" }, 36 { "name": "diff" },
37 { "name": "terminal", "type": "remote" },
37 { "name": "sass", "condition": "!v8only" }, 38 { "name": "sass", "condition": "!v8only" },
38 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, 39 { "name": "accessibility", "condition": "!v8only", "type": "remote" },
39 { "name": "animation", "condition": "!v8only" }, 40 { "name": "animation", "condition": "!v8only" },
40 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 41 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
41 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" } 42 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }
42 ], 43 ],
43 44
44 "has_html": true 45 "has_html": true
45 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698