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

Unified Diff: chrome/common/extensions/docs/templates/json/content_providers.json

Issue 68873003: Docserver: Serve docs out of src/ not src/chrome/common/extensions. This allows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix samples 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
« no previous file with comments | « chrome/common/extensions/docs/server2/test_util.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index fa58e4772ebd0db9d553f584c3c53c7e835388a0..9ddb7189e106aee5151ba5f2cf516cbbe6c886d8 100644
--- a/chrome/common/extensions/docs/templates/json/content_providers.json
+++ b/chrome/common/extensions/docs/templates/json/content_providers.json
@@ -43,21 +43,21 @@
{
"cr-extensions-examples": {
"chromium": {
- "dir": "docs/examples"
+ "dir": "chrome/common/extensions/docs/examples"
},
"serveFrom": "extensions/examples",
"supportsZip": true
},
"cr-public": {
"chromium": {
- "dir": "docs/templates/public"
+ "dir": "chrome/common/extensions/docs/templates/public"
},
"serveFrom": "",
"supportsTemplates": true
},
"cr-static": {
"chromium": {
- "dir": "docs/static"
+ "dir": "chrome/common/extensions/docs/static"
},
"serveFrom": "static"
},
« no previous file with comments | « chrome/common/extensions/docs/server2/test_util.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698