OLD | NEW |
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" }, |
(...skipping 25 matching lines...) Expand all Loading... |
36 { "name": "layers", "condition": "!v8only" }, | 36 { "name": "layers", "condition": "!v8only" }, |
37 { "name": "layer_viewer", "condition": "!v8only" }, | 37 { "name": "layer_viewer", "condition": "!v8only" }, |
38 { "name": "snippets" }, | 38 { "name": "snippets" }, |
39 { "name": "diff" }, | 39 { "name": "diff" }, |
40 { "name": "terminal", "type": "remote" }, | 40 { "name": "terminal", "type": "remote" }, |
41 { "name": "sass", "condition": "!v8only" }, | 41 { "name": "sass", "condition": "!v8only" }, |
42 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, | 42 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, |
43 { "name": "animation", "condition": "!v8only" }, | 43 { "name": "animation", "condition": "!v8only" }, |
44 { "name": "css_tracker", "condition": "!v8only" }, | 44 { "name": "css_tracker", "condition": "!v8only" }, |
45 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, | 45 { "name": "screencast", "condition": "remoteFrontend", "type": "remote"
}, |
46 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
} | 46 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
}, |
| 47 { "name": "perf_ui" }, |
| 48 { "name": "quick_open" } |
47 ], | 49 ], |
48 | 50 |
49 "has_html": true | 51 "has_html": true |
50 } | 52 } |
OLD | NEW |