Chromium Code Reviews| Index: third_party/oauth2client/README.depot_tools |
| diff --git a/third_party/oauth2client/README.depot_tools b/third_party/oauth2client/README.depot_tools |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..776d226a35bd1ac84485c9c8dfc006ba40e8508c |
| --- /dev/null |
| +++ b/third_party/oauth2client/README.depot_tools |
| @@ -0,0 +1,15 @@ |
| +Name: oauth2client |
|
Vadim Sh.
2014/03/14 18:15:20
depot_tools seems to be using .chromium suffix: RE
|
| +Short Name: oauth2client |
| +URL: https://commondatastorage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.0.zip |
| +Version: 1.9.0 |
| +License: Apache License |
| + |
| +Description: |
| +OAuth2 authentication library for appengine in Python |
| + |
| +Local modifications: |
| +This library has been extracted from the google appengine SDK. |
|
Vadim Sh.
2014/03/14 18:15:20
Hm... Why not copy it from original repo?
|
| +See also MODIFICATIONS.diff |
| + |
| +Notes: |
| +Requires the httplib2 library. |