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

Side by Side Diff: chromium-shortener/www-crbug/app.yaml

Issue 12208137: Add code for www.crbug and new.crbug appengine apps. (Closed) Base URL: https://src.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chromium-shortener/new-crbug/redirect.py ('k') | chromium-shortener/www-crbug/app_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: www-crbug
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 handlers:
8 - url: /.*
9 script: redirect.application
10
11 builtins:
12 - appstats: on
13 - deferred: on
14
15 skip_files:
16 - ^(.*/)?app\.yaml
17 - ^(.*/)?app\.yml
18 - ^(.*/)?index\.yaml
19 - ^(.*/)?index\.yml
20 - ^(.*/)?#.*#
21 - ^(.*/)?.*~
22 - ^(.*/)?.*\.py[co]
23 - ^(.*/)?.*/RCS/.*
24 - ^(.*/)?\..*
25 - ^(.*/)?.*\.bak$
26 - tests/(.*/)?.*
OLDNEW
« no previous file with comments | « chromium-shortener/new-crbug/redirect.py ('k') | chromium-shortener/www-crbug/app_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698