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

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

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
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
deleted file mode 100644
index 9c17973659eb53efef0cee4aaac05d01a8f6f4c2..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/server2/svn_constants.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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'
-SERVER2_PATH = DOCS_PATH + '/server2'
-APP_YAML_PATH = SERVER2_PATH + '/app.yaml'
-CONTENT_PROVIDERS_PATH = JSON_PATH + '/content_providers.json'
-MANIFEST_JSON_PATH = JSON_PATH + '/manifest.json'
-PERMISSIONS_JSON_PATH = JSON_PATH + '/permissions.json'
-STRINGS_JSON_PATH = JSON_PATH + '/strings.json'
-API_FEATURES_PATH = API_PATH + '/_api_features.json'
-MANIFEST_FEATURES_PATH = API_PATH + '/_manifest_features.json'
-PERMISSION_FEATURES_PATH = API_PATH + '/_permission_features.json'

Powered by Google App Engine
This is Rietveld 408576698