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

Unified Diff: appengine/chromium_cq_status/app.yaml

Issue 2111713004: Teach CQ status app to check login status of users. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Review and tests. Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/chromium_cq_status/handlers/index.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_cq_status/app.yaml
diff --git a/appengine/chromium_cq_status/app.yaml b/appengine/chromium_cq_status/app.yaml
index 13534dc7864087218ae07e05843ab8f16555c096..4deaec71297dcc825bf2fa0d60bc230181325cb4 100644
--- a/appengine/chromium_cq_status/app.yaml
+++ b/appengine/chromium_cq_status/app.yaml
@@ -10,9 +10,6 @@ builtins:
handlers:
- url: /js
static_dir: js
-- url: /recent
- static_files: html/recent.html
- upload: html/recent.html
- url: /tracing/base
static_dir: third_party/catapult/tracing/tracing/base
- url: /tracing/core
« no previous file with comments | « no previous file | appengine/chromium_cq_status/handlers/index.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698