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

Unified Diff: chrome/common/extensions/docs/server2/extensions_paths.py

Issue 139303023: add GCS support to docs server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 11 months 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/server2/extensions_paths.py
diff --git a/chrome/common/extensions/docs/server2/extensions_paths.py b/chrome/common/extensions/docs/server2/extensions_paths.py
index 27adc1dbccf1d58ae34ab76cf0ae70afe0b329f4..f1df54eb3e0a7d02e0cc0c7f566c0ea6e1254cbb 100644
--- a/chrome/common/extensions/docs/server2/extensions_paths.py
+++ b/chrome/common/extensions/docs/server2/extensions_paths.py
@@ -30,3 +30,7 @@ PRIVATE_TEMPLATES = join(TEMPLATES, 'private')
PUBLIC_TEMPLATES = join(TEMPLATES, 'public')
CONTENT_PROVIDERS = join(JSON_TEMPLATES, 'content_providers.json')
+
+LOCAL_DEBUG_DIR = 'local_debug'
Jeffrey Yasskin 2014/01/29 01:08:08 Why isn't this joined with SERVER2 like the other
Renato Mangini (chromium) 2014/01/31 02:29:04 Done. I used dev_appserver.py directly, which requ
+LOCAL_GCS_DIR = join(LOCAL_DEBUG_DIR, 'gcs')
+LOCAL_GCS_DEBUG_CONF = join(LOCAL_DEBUG_DIR, 'gcs_debug.conf')

Powered by Google App Engine
This is Rietveld 408576698