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

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: Created 7 years, 5 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 | gatekeeper_mailer.py » ('j') | gatekeeper_mailer.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app.yaml
diff --git a/app.yaml b/app.yaml
index 2ad63d355c0f40f8df4cda6795a99dc679a329b6..d027038ee51a4bdb70c8e521e29c97340da01f39 100644
--- a/app.yaml
+++ b/app.yaml
@@ -29,6 +29,9 @@ handlers:
- url: /buildbot/.*
script: buildlogparse.app
+- url: /mailer/.*
+ script: mailer.app
+
- url: /.*
script: handler.application
« no previous file with comments | « no previous file | gatekeeper_mailer.py » ('j') | gatekeeper_mailer.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698