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' |