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

Side by Side Diff: chrome/common/extensions/docs/server2/svn_constants.py

Issue 61893015: Docserver: Run the ContentProviders Cron() method on a standard request if a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/server2/patch_servlet.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 DOCS_PATH = 'docs' 5 DOCS_PATH = 'docs'
6 EXTENSIONS_PATH = 'chrome/common/extensions' 6 EXTENSIONS_PATH = 'chrome/common/extensions'
7 API_PATH = 'api' 7 API_PATH = 'api'
8 TEMPLATE_PATH = DOCS_PATH + '/templates' 8 TEMPLATE_PATH = DOCS_PATH + '/templates'
9 INTRO_PATH = TEMPLATE_PATH + '/intros' 9 INTRO_PATH = TEMPLATE_PATH + '/intros'
10 ARTICLE_PATH = TEMPLATE_PATH + '/articles' 10 ARTICLE_PATH = TEMPLATE_PATH + '/articles'
11 PUBLIC_TEMPLATE_PATH = TEMPLATE_PATH + '/public' 11 PUBLIC_TEMPLATE_PATH = TEMPLATE_PATH + '/public'
12 PRIVATE_TEMPLATE_PATH = TEMPLATE_PATH + '/private' 12 PRIVATE_TEMPLATE_PATH = TEMPLATE_PATH + '/private'
13 EXAMPLES_PATH = DOCS_PATH + '/examples' 13 EXAMPLES_PATH = DOCS_PATH + '/examples'
14 JSON_PATH = TEMPLATE_PATH + '/json' 14 JSON_PATH = TEMPLATE_PATH + '/json'
15 STATIC_PATH = DOCS_PATH + '/static' 15 STATIC_PATH = DOCS_PATH + '/static'
16 SERVER2_PATH = DOCS_PATH + '/server2' 16 SERVER2_PATH = DOCS_PATH + '/server2'
17 APP_YAML_PATH = SERVER2_PATH + '/app.yaml' 17 APP_YAML_PATH = SERVER2_PATH + '/app.yaml'
18 CONTENT_PROVIDERS_PATH = JSON_PATH + '/content_providers.json'
18 MANIFEST_JSON_PATH = JSON_PATH + '/manifest.json' 19 MANIFEST_JSON_PATH = JSON_PATH + '/manifest.json'
19 PERMISSIONS_JSON_PATH = JSON_PATH + '/permissions.json' 20 PERMISSIONS_JSON_PATH = JSON_PATH + '/permissions.json'
20 STRINGS_JSON_PATH = JSON_PATH + '/strings.json' 21 STRINGS_JSON_PATH = JSON_PATH + '/strings.json'
21 API_FEATURES_PATH = API_PATH + '/_api_features.json' 22 API_FEATURES_PATH = API_PATH + '/_api_features.json'
22 MANIFEST_FEATURES_PATH = API_PATH + '/_manifest_features.json' 23 MANIFEST_FEATURES_PATH = API_PATH + '/_manifest_features.json'
23 PERMISSION_FEATURES_PATH = API_PATH + '/_permission_features.json' 24 PERMISSION_FEATURES_PATH = API_PATH + '/_permission_features.json'
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/patch_servlet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698