| OLD | NEW |
| 1 { | 1 { |
| 2 "modules" : [ | 2 "modules" : [ |
| 3 { "name": "test_runner", "type": "autostart" }, | 3 { "name": "test_runner", "type": "autostart" }, |
| 4 { "name": "integration_test_runner", "type": "autostart" }, | 4 { "name": "integration_test_runner", "type": "autostart" }, |
| 5 { "name": "console_test_runner" }, | 5 { "name": "console_test_runner" }, |
| 6 | 6 { "name": "elements_test_runner" }, |
| 7 | 7 |
| 8 | 8 |
| 9 { "name": "platform", "type": "autostart" }, | 9 { "name": "platform", "type": "autostart" }, |
| 10 { "name": "dom_extension", "type": "autostart" }, | 10 { "name": "dom_extension", "type": "autostart" }, |
| 11 { "name": "main", "type": "autostart" }, | 11 { "name": "main", "type": "autostart" }, |
| 12 { "name": "components", "type": "autostart"}, | 12 { "name": "components", "type": "autostart"}, |
| 13 { "name": "ui", "type": "autostart" }, | 13 { "name": "ui", "type": "autostart" }, |
| 14 { "name": "sdk", "type": "autostart" }, | 14 { "name": "sdk", "type": "autostart" }, |
| 15 { "name": "protocol", "type": "autostart" }, | 15 { "name": "protocol", "type": "autostart" }, |
| 16 { "name": "host", "type": "autostart" }, | 16 { "name": "host", "type": "autostart" }, |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 { "name": "event_listeners" }, | 61 { "name": "event_listeners" }, |
| 62 { "name": "object_ui"}, | 62 { "name": "object_ui"}, |
| 63 { "name": "help", "type": "autostart"}, | 63 { "name": "help", "type": "autostart"}, |
| 64 { "name": "workspace_diff" }, | 64 { "name": "workspace_diff" }, |
| 65 { "name": "console_model", "type": "autostart"}, | 65 { "name": "console_model", "type": "autostart"}, |
| 66 { "name": "network_log", "type": "autostart"}, | 66 { "name": "network_log", "type": "autostart"}, |
| 67 { "name": "text_utils", "type": "autostart"}, | 67 { "name": "text_utils", "type": "autostart"}, |
| 68 { "name": "changes"}, | 68 { "name": "changes"}, |
| 69 { "name": "mobile_throttling", "type": "autostart"}, | 69 { "name": "mobile_throttling", "type": "autostart"}, |
| 70 { "name": "network_priorities"}, | 70 { "name": "network_priorities"}, |
| 71 { "name": "formatter" } | 71 { "name": "formatter" }, |
| 72 { "name": "counters", "type": "autostart" } |
| 72 ], | 73 ], |
| 73 | 74 |
| 74 "has_html": true | 75 "has_html": true |
| 75 } | 76 } |
| OLD | NEW |