Chromium Code Reviews| Index: third_party/gsutil/cloudauth/app.yaml |
| diff --git a/third_party/gsutil/cloudauth/app.yaml b/third_party/gsutil/cloudauth/app.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a93dfe6edb8a6ee48e57fffde8a0ae7e6b8cd366 |
| --- /dev/null |
| +++ b/third_party/gsutil/cloudauth/app.yaml |
| @@ -0,0 +1,8 @@ |
| +application: cloudauth |
| +version: 1 |
| +runtime: python |
| +api_version: 1 |
| + |
| +handlers: |
| +- url: .* |
| + script: cloudauth.py |