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

Side by Side Diff: chromium-shortener/new-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 | « no previous file | chromium-shortener/new-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: new-crbug
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 handlers:
8 - url: /.*
9 script: redirect.application
10 login: required
11
12 builtins:
13 - appstats: on
14 - deferred: on
15
16 skip_files:
17 - ^(.*/)?app\.yaml
18 - ^(.*/)?app\.yml
19 - ^(.*/)?index\.yaml
20 - ^(.*/)?index\.yml
21 - ^(.*/)?#.*#
22 - ^(.*/)?.*~
23 - ^(.*/)?.*\.py[co]
24 - ^(.*/)?.*/RCS/.*
25 - ^(.*/)?\..*
26 - ^(.*/)?.*\.bak$
27 - tests/(.*/)?.*
OLDNEW
« no previous file with comments | « no previous file | chromium-shortener/new-crbug/app_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698