Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: chrome/common/extensions/docs/templates/json/content_providers.json

Issue 54603010: Docserver: Implement the content providers infrastructure, where a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698