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

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

Issue 2358253002: DevTools: extract a component for layer viewer (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 11 matching lines...) Expand all
22 { "name": "resources", "condition": "!v8only" }, 22 { "name": "resources", "condition": "!v8only" },
23 { "name": "audits", "condition": "!v8only" }, 23 { "name": "audits", "condition": "!v8only" },
24 { "name": "devices", "condition": "!v8only" }, 24 { "name": "devices", "condition": "!v8only" },
25 { "name": "security", "condition": "!v8only" }, 25 { "name": "security", "condition": "!v8only" },
26 { "name": "console" }, 26 { "name": "console" },
27 { "name": "source_frame" }, 27 { "name": "source_frame" },
28 { "name": "text_editor" }, 28 { "name": "text_editor" },
29 { "name": "cm_modes", "type": "remote" }, 29 { "name": "cm_modes", "type": "remote" },
30 { "name": "settings" }, 30 { "name": "settings" },
31 { "name": "layers", "condition": "!v8only" }, 31 { "name": "layers", "condition": "!v8only" },
32 { "name": "layer_viewer", "condition": "!v8only" },
32 { "name": "snippets" }, 33 { "name": "snippets" },
33 { "name": "diff" }, 34 { "name": "diff" },
34 { "name": "sass", "condition": "!v8only" }, 35 { "name": "sass", "condition": "!v8only" },
35 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, 36 { "name": "accessibility", "condition": "!v8only", "type": "remote" },
36 { "name": "animation", "condition": "!v8only" }, 37 { "name": "animation", "condition": "!v8only" },
37 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 38 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
38 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" } 39 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }
39 ], 40 ],
40 41
41 "has_html": true 42 "has_html": true
42 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698