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

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

Issue 13470005: Refactor the devserver to make it easier to control caching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cduvall, rebase Created 7 years, 8 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
new file mode 100644
index 0000000000000000000000000000000000000000..eed66ac2da379c9d6e49ae92fcb248df87eae94b
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/svn_constants.py
@@ -0,0 +1,15 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+DOCS_PATH = 'docs'
+EXTENSIONS_PATH = 'chrome/common/extensions'
+API_PATH = 'api'
+TEMPLATE_PATH = DOCS_PATH + '/templates'
+INTRO_PATH = TEMPLATE_PATH + '/intros'
+ARTICLE_PATH = TEMPLATE_PATH + '/articles'
+PUBLIC_TEMPLATE_PATH = TEMPLATE_PATH + '/public'
+PRIVATE_TEMPLATE_PATH = TEMPLATE_PATH + '/private'
+EXAMPLES_PATH = DOCS_PATH + '/examples'
+JSON_PATH = TEMPLATE_PATH + '/json'
+STATIC_PATH = DOCS_PATH + '/static'

Powered by Google App Engine
This is Rietveld 408576698