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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 DOCS_PATH = 'docs'
6 EXTENSIONS_PATH = 'chrome/common/extensions'
7 API_PATH = 'api'
8 TEMPLATE_PATH = DOCS_PATH + '/templates'
9 INTRO_PATH = TEMPLATE_PATH + '/intros'
10 ARTICLE_PATH = TEMPLATE_PATH + '/articles'
11 PUBLIC_TEMPLATE_PATH = TEMPLATE_PATH + '/public'
12 PRIVATE_TEMPLATE_PATH = TEMPLATE_PATH + '/private'
13 EXAMPLES_PATH = DOCS_PATH + '/examples'
14 JSON_PATH = TEMPLATE_PATH + '/json'
15 STATIC_PATH = DOCS_PATH + '/static'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698