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

Side by Side Diff: third_party/gsutil/cloudauth/app.yaml

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/gsutil/cloudauth/README.google ('k') | third_party/gsutil/cloudauth/cloudauth.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: cloudauth 1 application: cloudauth
2 version: 1 2 version: 1
3 runtime: python 3 runtime: python
4 api_version: 1 4 api_version: 1
5 5
6 handlers: 6 handlers:
7 - url: .* 7 - url: .*
8 script: cloudauth.py 8 script: cloudauth.py
OLDNEW
« no previous file with comments | « third_party/gsutil/cloudauth/README.google ('k') | third_party/gsutil/cloudauth/cloudauth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698