Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "name": "ui", | 3 "name": "ui", |
| 4 "type": "autostart" | 4 "type": "autostart" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "name": "sdk", | |
| 8 "type": "autostart" | |
| 9 }, | |
| 10 { | |
| 11 "name": "host", | 7 "name": "host", |
| 12 "type": "autostart" | 8 "type": "autostart" |
| 13 }, | 9 }, |
| 14 { | 10 { |
| 15 "name": "common", | 11 "name": "common", |
| 16 "type": "autostart" | 12 "type": "autostart" |
| 17 }, | 13 }, |
| 18 { | 14 { |
| 19 "name": "toolbox", | |
| 20 "type": "autostart" | |
| 21 }, | |
| 22 { | |
| 23 "name": "bindings", | |
| 24 "type": "autostart" | |
| 25 }, | |
| 26 { | |
| 27 "name": "workspace", | |
| 28 "type": "autostart" | |
| 29 }, | |
| 30 { | |
| 31 "name": "toolbox_bootstrap", | 15 "name": "toolbox_bootstrap", |
| 32 "type": "autostart" | 16 "type": "autostart" |
| 33 } | 17 } |
| 34 ] | 18 ] |
| 35 | 19 |
| OLD | NEW |