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

Unified Diff: command_wrapper/app.yaml

Issue 3036026: Adding a retry and logging utility + appengine backend.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/
Patch Set: '' Created 10 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 | command_wrapper/bin/command_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: command_wrapper/app.yaml
===================================================================
--- command_wrapper/app.yaml (revision 0)
+++ command_wrapper/app.yaml (revision 0)
@@ -0,0 +1,9 @@
+application: command-wrapper
+version: 1
+runtime: python
+api_version: 1
+
+handlers:
+
+- url: /.*
+ script: command_wrapper_web.py
Property changes on: command_wrapper/app.yaml
___________________________________________________________________
Added: svn:eol
+ LF
« no previous file with comments | « no previous file | command_wrapper/bin/command_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698