Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { "name": "platform", "type": "autostart" }, | 2 { "name": "platform", "type": "autostart" }, |
| 3 { "name": "main", "type": "autostart" }, | 3 { "name": "main", "type": "autostart" }, |
| 4 { "name": "languages", "type": "autostart" }, | |
|
pfeldman
2015/08/13 21:15:46
This should not be autostart - extensions module w
wes
2015/08/14 01:13:32
If "components" or "extensions" module has a real
pfeldman
2015/08/17 21:15:51
If languages has API and compact implementation, i
| |
| 4 { "name": "components", "type": "autostart" }, | 5 { "name": "components", "type": "autostart" }, |
| 5 { "name": "ui", "type": "autostart" }, | 6 { "name": "ui", "type": "autostart" }, |
| 6 { "name": "sdk", "type": "autostart" }, | 7 { "name": "sdk", "type": "autostart" }, |
| 7 { "name": "host", "type": "autostart" }, | 8 { "name": "host", "type": "autostart" }, |
| 8 { "name": "common", "type": "autostart" }, | 9 { "name": "common", "type": "autostart" }, |
| 9 { "name": "emulation", "type": "autostart" }, | 10 { "name": "emulation", "type": "autostart" }, |
| 10 { "name": "workspace", "type": "autostart" }, | 11 { "name": "workspace", "type": "autostart" }, |
| 11 { "name": "bindings", "type": "autostart" }, | 12 { "name": "bindings", "type": "autostart" }, |
| 12 { "name": "extensions", "type": "autostart" }, | 13 { "name": "extensions", "type": "autostart" }, |
| 13 { "name": "ui_lazy" }, | 14 { "name": "ui_lazy" }, |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 29 { "name": "snippets" }, | 30 { "name": "snippets" }, |
| 30 { "name": "accessibility" }, | 31 { "name": "accessibility" }, |
| 31 { "name": "animation" }, | 32 { "name": "animation" }, |
| 32 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, | 33 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
| 33 { "name": "emulated_devices", "type": "remote" }, | 34 { "name": "emulated_devices", "type": "remote" }, |
| 34 | 35 |
| 35 { "name": "heap_snapshot_worker", "type": "worker" }, | 36 { "name": "heap_snapshot_worker", "type": "worker" }, |
| 36 { "name": "script_formatter_worker", "type": "worker" }, | 37 { "name": "script_formatter_worker", "type": "worker" }, |
| 37 { "name": "temp_storage_shared_worker", "type": "worker" } | 38 { "name": "temp_storage_shared_worker", "type": "worker" } |
| 38 ] | 39 ] |
| OLD | NEW |