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

Unified Diff: app.yaml

Issue 19878007: Add build mailer capability to support gatekeeper_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/chromium-build@master
Patch Set: Rebase to latest master Created 7 years, 4 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 | app_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app.yaml
diff --git a/app.yaml b/app.yaml
index 2ad63d355c0f40f8df4cda6795a99dc679a329b6..d8a667d354a8b7fcf64e0c61f486d2a62b43d1be 100644
--- a/app.yaml
+++ b/app.yaml
@@ -29,6 +29,10 @@ handlers:
- url: /buildbot/.*
script: buildlogparse.app
+- url: /mailer/.*
+ script: mailer.app
+ secure: always
+
- url: /.*
script: handler.application
« no previous file with comments | « no previous file | app_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698