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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/json/content_providers.json
diff --git a/chrome/common/extensions/docs/templates/json/content_providers.json b/chrome/common/extensions/docs/templates/json/content_providers.json
new file mode 100644
index 0000000000000000000000000000000000000000..8b4793403e271fc6ed7fa4f41ad2abe2f0bf3a2c
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/json/content_providers.json
@@ -0,0 +1,21 @@
+{
+ // Legacy configuration for Chrome extensions and apps.
+ "cr-extensions-examples": {
+ "chroot": "docs/examples",
+ "serveFrom": "extensions/examples",
+ "supportsZip": true,
not at google - send to devlin 2013/11/01 20:45:18 This does have the side-effect where any directory
+ "type": "host"
+ },
+ "cr-public": {
+ "chroot": "docs/templates/public",
+ "default": true,
+ "serveFrom": "",
+ "supportsTemplates": true,
+ "type": "host"
+ },
+ "cr-static": {
+ "chroot": "docs/static",
+ "serveFrom": "static",
+ "type": "host"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698