| 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" }, |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
}, | 47 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote"
}, |
| 48 { "name": "perf_ui" }, | 48 { "name": "perf_ui" }, |
| 49 { "name": "quick_open" }, | 49 { "name": "quick_open" }, |
| 50 { "name": "cookie_table" }, | 50 { "name": "cookie_table" }, |
| 51 { "name": "inline_editor" }, | 51 { "name": "inline_editor" }, |
| 52 { "name": "color_picker" }, | 52 { "name": "color_picker" }, |
| 53 { "name": "data_grid" }, | 53 { "name": "data_grid" }, |
| 54 { "name": "heap_snapshot_model" }, | 54 { "name": "heap_snapshot_model" }, |
| 55 { "name": "network_conditions", "type": "autostart"}, | 55 { "name": "network_conditions", "type": "autostart"}, |
| 56 { "name": "event_listeners" }, | 56 { "name": "event_listeners" }, |
| 57 { "name": "object_ui", "type": "autostart"} | 57 { "name": "object_ui", "type": "autostart"}, |
| 58 { "name": "help", "type": "autostart"} |
| 58 ], | 59 ], |
| 59 | 60 |
| 60 "has_html": true | 61 "has_html": true |
| 61 } | 62 } |
| OLD | NEW |