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

Side by Side Diff: appengine/chromium_status/app.yaml

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
OLDNEW
1 application: chromium-status-hr 1 application: chromium-status-hr
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 inbound_services: 7 inbound_services:
8 - warmup 8 - warmup
9 - xmpp_message 9 - xmpp_message
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 (.*\.py[co])| 48 (.*\.py[co])|
49 (.*/RCS/.*)| 49 (.*/RCS/.*)|
50 (\..*)| 50 (\..*)|
51 (tests/.*)| 51 (tests/.*)|
52 (tools/.*)| 52 (tools/.*)|
53 ([A-Z]+(\.py)?)| 53 ([A-Z]+(\.py)?)|
54 (Makefile)| 54 (Makefile)|
55 (.*\.rej)| 55 (.*\.rej)|
56 (.*\.orig)| 56 (.*\.orig)|
57 )$ 57 )$
OLDNEW
« no previous file with comments | « appengine/chromium_status/README ('k') | appengine/chromium_status/appengine_module/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698