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

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

Issue 14247024: Devserver: allow SubversionFileSystem to be pinned to a specific rev on construction (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 7 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/svn_constants.py
diff --git a/chrome/common/extensions/docs/server2/svn_constants.py b/chrome/common/extensions/docs/server2/svn_constants.py
index eed66ac2da379c9d6e49ae92fcb248df87eae94b..66162f7982ca9df963014bdfbdac68e34cf6cf0c 100644
--- a/chrome/common/extensions/docs/server2/svn_constants.py
+++ b/chrome/common/extensions/docs/server2/svn_constants.py
@@ -13,3 +13,5 @@ PRIVATE_TEMPLATE_PATH = TEMPLATE_PATH + '/private'
EXAMPLES_PATH = DOCS_PATH + '/examples'
JSON_PATH = TEMPLATE_PATH + '/json'
STATIC_PATH = DOCS_PATH + '/static'
+SERVER2_PATH = DOCS_PATH + '/server2'
+APP_YAML_PATH = SERVER2_PATH + '/app.yaml'

Powered by Google App Engine
This is Rietveld 408576698