OLD | NEW |
(Empty) | |
| 1 { |
| 2 "modules" : [ |
| 3 { "name": "test_runner", "type": "autostart" }, |
| 4 { "name": "integration_test_runner", "type": "autostart" }, |
| 5 { "name": "console_test_runner" }, |
| 6 |
| 7 |
| 8 |
| 9 { "name": "platform", "type": "autostart" }, |
| 10 { "name": "dom_extension", "type": "autostart" }, |
| 11 { "name": "main", "type": "autostart" }, |
| 12 { "name": "components", "type": "autostart"}, |
| 13 { "name": "ui", "type": "autostart" }, |
| 14 { "name": "sdk", "type": "autostart" }, |
| 15 { "name": "protocol", "type": "autostart" }, |
| 16 { "name": "host", "type": "autostart" }, |
| 17 { "name": "common", "type": "autostart" }, |
| 18 { "name": "emulation", "type": "autostart" }, |
| 19 { "name": "workspace", "type": "autostart" }, |
| 20 { "name": "bindings", "type": "autostart" }, |
| 21 { "name": "persistence", "type": "autostart" }, |
| 22 { "name": "extensions", "type": "autostart" }, |
| 23 { "name": "services", "type": "autostart" }, |
| 24 { "name": "elements", "condition": "!v8only" }, |
| 25 { "name": "network", "condition": "!v8only" }, |
| 26 { "name": "sources" }, |
| 27 { "name": "timeline", "condition": "!v8only" }, |
| 28 { "name": "timeline_model", "condition": "!v8only" }, |
| 29 { "name": "product_registry", "type": "autostart" }, |
| 30 { "name": "product_registry_impl", "condition": "!v8only", "type": "remote"
}, |
| 31 { "name": "profiler" }, |
| 32 { "name": "resources", "condition": "!v8only" }, |
| 33 { "name": "audits", "condition": "!v8only" }, |
| 34 { "name": "audits2", "condition": "!v8only" }, |
| 35 { "name": "devices" }, |
| 36 { "name": "security", "condition": "!v8only" }, |
| 37 { "name": "console" }, |
| 38 { "name": "source_frame" }, |
| 39 { "name": "text_editor" }, |
| 40 { "name": "cm" }, |
| 41 { "name": "cm_modes", "type": "remote" }, |
| 42 { "name": "settings" }, |
| 43 { "name": "layers", "condition": "!v8only" }, |
| 44 { "name": "layer_viewer", "condition": "!v8only" }, |
| 45 { "name": "snippets" }, |
| 46 { "name": "diff" }, |
| 47 { "name": "terminal", "type": "remote" }, |
| 48 { "name": "sass", "condition": "!v8only" }, |
| 49 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, |
| 50 { "name": "animation", "condition": "!v8only" }, |
| 51 { "name": "coverage" }, |
| 52 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
| 53 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }, |
| 54 { "name": "perf_ui" }, |
| 55 { "name": "quick_open" }, |
| 56 { "name": "cookie_table" }, |
| 57 { "name": "inline_editor" }, |
| 58 { "name": "color_picker" }, |
| 59 { "name": "data_grid" }, |
| 60 { "name": "heap_snapshot_model" }, |
| 61 { "name": "event_listeners" }, |
| 62 { "name": "object_ui"}, |
| 63 { "name": "help", "type": "autostart"}, |
| 64 { "name": "workspace_diff" }, |
| 65 { "name": "console_model", "type": "autostart"}, |
| 66 { "name": "network_log", "type": "autostart"}, |
| 67 { "name": "text_utils", "type": "autostart"}, |
| 68 { "name": "changes"}, |
| 69 { "name": "mobile_throttling", "type": "autostart"}, |
| 70 { "name": "network_priorities"}, |
| 71 { "name": "formatter" } |
| 72 ], |
| 73 |
| 74 "has_html": true |
| 75 } |
OLD | NEW |