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

Unified Diff: third_party/httplib2/README.chromium

Issue 183793010: Added OAuth2 authentication to apply_issue (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: openssl package is now optional (correct patch) Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/httplib2/LICENSE ('k') | third_party/httplib2/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/httplib2/README.chromium
diff --git a/third_party/httplib2/README.chromium b/third_party/httplib2/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..39e25b0a6b7b0672d7b0a43335c9941207bebb75
--- /dev/null
+++ b/third_party/httplib2/README.chromium
@@ -0,0 +1,15 @@
+Name: httplib2
+Short Name: httplib2
+URL: https://github.com/jcgregorio/httplib2
+Version: 0.8
+Revision: 0197ec868a4fc638c08358b94200ffd6ddb1bf50
+License: MIT License
+
+Description:
+A comprehensive HTTP client library in Python.
+
+Local Modifications:
+Only python2 version is kept. Test and packaging code stripped.
+
+Notes:
+Required by oauth2client library.
« no previous file with comments | « third_party/httplib2/LICENSE ('k') | third_party/httplib2/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698