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

Unified Diff: DEPS

Issue 782083002: Add requests to third party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « .gitignore ('k') | third_party/requests/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 1730854f3cdc86aa75040a01d95d6aad84329b7b..e1c43cc4968b44fc6120a6fccfb7546b791d0b06 100644
--- a/DEPS
+++ b/DEPS
@@ -495,6 +495,9 @@ deps_os = {
'src/third_party/lss':
Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var('lss_revision'),
+ 'src/third_party/requests':
+ Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + '4e90aa7bd0c8051fe4894971fb77c72a26a92728',
jbudorick 2014/12/11 18:59:44 Roll this back to the 2.5.0 tag.
rnephew (Reviews Here) 2014/12/11 19:02:41 Done.
+
},
}
« no previous file with comments | « .gitignore ('k') | third_party/requests/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698