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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes Created 3 years, 11 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": "protocol", "type": "autostart" }, 8 { "name": "protocol", "type": "autostart" },
9 { "name": "host", "type": "autostart" }, 9 { "name": "host", "type": "autostart" },
10 { "name": "common", "type": "autostart" }, 10 { "name": "common", "type": "autostart" },
11 { "name": "emulation", "type": "autostart" }, 11 { "name": "emulation", "type": "autostart" },
12 { "name": "workspace", "type": "autostart" }, 12 { "name": "workspace", "type": "autostart" },
13 { "name": "bindings", "type": "autostart" }, 13 { "name": "bindings", "type": "autostart" },
14 { "name": "persistence", "type": "autostart" }, 14 { "name": "persistence", "type": "autostart" },
15 { "name": "extensions", "type": "autostart" }, 15 { "name": "extensions", "type": "autostart" },
16 { "name": "services", "type": "autostart" }, 16 { "name": "services", "type": "autostart" },
17 { "name": "ui_lazy" },
18 { "name": "components_lazy" },
19 { "name": "elements", "condition": "!v8only" }, 17 { "name": "elements", "condition": "!v8only" },
20 { "name": "network", "condition": "!v8only" }, 18 { "name": "network", "condition": "!v8only" },
21 { "name": "sources" }, 19 { "name": "sources" },
22 { "name": "timeline", "condition": "!v8only" }, 20 { "name": "timeline", "condition": "!v8only" },
23 { "name": "timeline_model", "condition": "!v8only" }, 21 { "name": "timeline_model", "condition": "!v8only" },
24 { "name": "profiler" }, 22 { "name": "profiler" },
25 { "name": "resources", "condition": "!v8only" }, 23 { "name": "resources", "condition": "!v8only" },
26 { "name": "audits", "condition": "!v8only" }, 24 { "name": "audits", "condition": "!v8only" },
27 { "name": "audits2", "condition": "!v8only" }, 25 { "name": "audits2", "condition": "!v8only" },
28 { "name": "devices", "condition": "!v8only" }, 26 { "name": "devices", "condition": "!v8only" },
29 { "name": "security", "condition": "!v8only" }, 27 { "name": "security", "condition": "!v8only" },
30 { "name": "console" }, 28 { "name": "console" },
31 { "name": "source_frame" }, 29 { "name": "source_frame" },
32 { "name": "text_editor" }, 30 { "name": "text_editor" },
33 { "name": "cm_modes", "type": "remote" }, 31 { "name": "cm_modes", "type": "remote" },
34 { "name": "settings" }, 32 { "name": "settings" },
35 { "name": "layers", "condition": "!v8only" }, 33 { "name": "layers", "condition": "!v8only" },
36 { "name": "layer_viewer", "condition": "!v8only" }, 34 { "name": "layer_viewer", "condition": "!v8only" },
37 { "name": "snippets" }, 35 { "name": "snippets" },
38 { "name": "diff" }, 36 { "name": "diff" },
39 { "name": "terminal", "type": "remote" }, 37 { "name": "terminal", "type": "remote" },
40 { "name": "sass", "condition": "!v8only" }, 38 { "name": "sass", "condition": "!v8only" },
41 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, 39 { "name": "accessibility", "condition": "!v8only", "type": "remote" },
42 { "name": "animation", "condition": "!v8only" }, 40 { "name": "animation", "condition": "!v8only" },
43 { "name": "css_tracker", "condition": "!v8only" }, 41 { "name": "css_tracker", "condition": "!v8only" },
44 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 42 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
45 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" } 43 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
44 { "name": "cookie_table" },
45 { "name": "inline_editor" },
46 { "name": "spectrum" },
47 { "name": "js_ui", "type": "autostart"},
48 { "name": "perf_ui" },
49 { "name": "quick_open" },
50 { "name": "data_grid" }
46 ], 51 ],
47 52
48 "has_html": true 53 "has_html": true
49 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698