OLD | NEW |
1 { | 1 { |
2 "modules" : [ | 2 "modules" : [ |
3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
4 { "name": "dom_extension", "type": "autostart" }, | 4 { "name": "dom_extension", "type": "autostart" }, |
5 { "name": "main", "type": "autostart" }, | 5 { "name": "main", "type": "autostart" }, |
6 { "name": "components", "type": "autostart"}, | 6 { "name": "components", "type": "autostart"}, |
7 { "name": "ui", "type": "autostart" }, | 7 { "name": "ui", "type": "autostart" }, |
8 { "name": "sdk", "type": "autostart" }, | 8 { "name": "sdk", "type": "autostart" }, |
9 { "name": "protocol", "type": "autostart" }, | 9 { "name": "protocol", "type": "autostart" }, |
10 { "name": "host", "type": "autostart" }, | 10 { "name": "host", "type": "autostart" }, |
11 { "name": "common", "type": "autostart" }, | 11 { "name": "common", "type": "autostart" }, |
12 { "name": "emulation", "type": "autostart" }, | 12 { "name": "emulation", "type": "autostart" }, |
13 { "name": "workspace", "type": "autostart" }, | 13 { "name": "workspace", "type": "autostart" }, |
14 { "name": "bindings", "type": "autostart" }, | 14 { "name": "bindings", "type": "autostart" }, |
15 { "name": "persistence", "type": "autostart" }, | 15 { "name": "persistence", "type": "autostart" }, |
16 { "name": "extensions", "type": "autostart" }, | 16 { "name": "extensions", "type": "autostart" }, |
17 { "name": "services", "type": "autostart" }, | 17 { "name": "services", "type": "autostart" }, |
18 { "name": "ui_lazy" }, | |
19 { "name": "components_lazy" }, | |
20 { "name": "elements", "condition": "!v8only" }, | 18 { "name": "elements", "condition": "!v8only" }, |
21 { "name": "network", "condition": "!v8only" }, | 19 { "name": "network", "condition": "!v8only" }, |
22 { "name": "sources" }, | 20 { "name": "sources" }, |
23 { "name": "timeline", "condition": "!v8only" }, | 21 { "name": "timeline", "condition": "!v8only" }, |
24 { "name": "timeline_model", "condition": "!v8only" }, | 22 { "name": "timeline_model", "condition": "!v8only" }, |
25 { "name": "profiler" }, | 23 { "name": "profiler" }, |
26 { "name": "resources", "condition": "!v8only" }, | 24 { "name": "resources", "condition": "!v8only" }, |
27 { "name": "audits", "condition": "!v8only" }, | 25 { "name": "audits", "condition": "!v8only" }, |
28 { "name": "audits2", "condition": "!v8only" }, | 26 { "name": "audits2", "condition": "!v8only" }, |
29 { "name": "devices", "condition": "!v8only" }, | 27 { "name": "devices", "condition": "!v8only" }, |
30 { "name": "security", "condition": "!v8only" }, | 28 { "name": "security", "condition": "!v8only" }, |
31 { "name": "console" }, | 29 { "name": "console" }, |
32 { "name": "source_frame" }, | 30 { "name": "source_frame" }, |
33 { "name": "text_editor" }, | 31 { "name": "text_editor" }, |
34 { "name": "cm" }, | 32 { "name": "cm" }, |
35 { "name": "cm_modes", "type": "remote" }, | 33 { "name": "cm_modes", "type": "remote" }, |
36 { "name": "settings" }, | 34 { "name": "settings" }, |
37 { "name": "layers", "condition": "!v8only" }, | 35 { "name": "layers", "condition": "!v8only" }, |
38 { "name": "layer_viewer", "condition": "!v8only" }, | 36 { "name": "layer_viewer", "condition": "!v8only" }, |
39 { "name": "snippets" }, | 37 { "name": "snippets" }, |
40 { "name": "diff" }, | 38 { "name": "diff" }, |
41 { "name": "terminal", "type": "remote" }, | 39 { "name": "terminal", "type": "remote" }, |
42 { "name": "sass", "condition": "!v8only" }, | 40 { "name": "sass", "condition": "!v8only" }, |
43 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, | 41 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, |
44 { "name": "animation", "condition": "!v8only" }, | 42 { "name": "animation", "condition": "!v8only" }, |
45 { "name": "css_tracker", "condition": "!v8only" }, | 43 { "name": "css_tracker", "condition": "!v8only" }, |
46 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, | 44 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, |
47 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
}, | 45 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
}, |
48 { "name": "perf_ui" }, | 46 { "name": "perf_ui" }, |
49 { "name": "quick_open" } | 47 { "name": "quick_open" }, |
| 48 { "name": "cookie_table" }, |
| 49 { "name": "inline_editor" }, |
| 50 { "name": "color_picker" }, |
| 51 { "name": "data_grid" } |
50 ], | 52 ], |
51 | 53 |
52 "has_html": true | 54 "has_html": true |
53 } | 55 } |
OLD | NEW |