Chromium Code Reviews| Index: tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/guestbook/client/app.yaml |
| diff --git a/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/guestbook/client/app.yaml b/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/guestbook/client/app.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..06ebd11005d7b18506765a27c0894fab72f56393 |
| --- /dev/null |
| +++ b/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/guestbook/client/app.yaml |
| @@ -0,0 +1,8 @@ |
| +application: postservice-client |
| +version: 1 |
| +runtime: python |
| +api_version: 1 |
| + |
| +handlers: |
| +- url: .* |
| + script: main.py |