Chromium Code Reviews| Index: tools/telemetry/third_party/oauth2client/README.chromium |
| diff --git a/tools/telemetry/third_party/oauth2client/README.chromium b/tools/telemetry/third_party/oauth2client/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8410cab64eb0c9743524ebd2d5eef7854b142f97 |
| --- /dev/null |
| +++ b/tools/telemetry/third_party/oauth2client/README.chromium |
| @@ -0,0 +1,13 @@ |
| +Name: OAuth 2.0 client library |
|
tonyg
2013/06/25 23:14:37
depot_tools has oauth2_plugin. Is there any way we
dtu
2013/06/26 00:04:46
Yes, if we're willing to bootstrap depot_tools. Bo
|
| +Short Name: oauth2client |
| +URL: http://code.google.com/p/google-api-python-client/ |
| +Version: 1.1 |
| +License: Apache 2.0 |
| +License File: NOT_SHIPPED |
| +Security Critical: no |
| + |
| +Description: |
| +The oauth2client is a client library for OAuth 2.0. |
| + |
| +Local Modifications: |
| +Added Chromium's third_party/python_gflags to sys.path in __init__.py. |