Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 // Legacy configuration for Chrome extensions and apps. | |
| 3 "cr-extensions-examples": { | |
| 4 "chroot": "docs/examples", | |
| 5 "serveFrom": "extensions/examples", | |
| 6 "supportsZip": true, | |
|
not at google - send to devlin
2013/11/01 20:45:18
This does have the side-effect where any directory
| |
| 7 "type": "host" | |
| 8 }, | |
| 9 "cr-public": { | |
| 10 "chroot": "docs/templates/public", | |
| 11 "default": true, | |
| 12 "serveFrom": "", | |
| 13 "supportsTemplates": true, | |
| 14 "type": "host" | |
| 15 }, | |
| 16 "cr-static": { | |
| 17 "chroot": "docs/static", | |
| 18 "serveFrom": "static", | |
| 19 "type": "host" | |
| 20 } | |
| 21 } | |
| OLD | NEW |