Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "modules": [ | 2 "modules": [ |
| 3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
| 4 { "name": "cm_headless", "type": "autostart" }, | |
| 4 { "name": "formatter_worker", "type": "autostart" }, | 5 { "name": "formatter_worker", "type": "autostart" }, |
| 5 { "name": "gonzales", "type": "remote" } | 6 { "name": "gonzales", "type": "remote" } |
| 6 ], | 7 ], |
| 7 | 8 |
| 8 "has_html": false | 9 "has_html": false |
| 9 } | 10 } |
| OLD | NEW |