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

Unified Diff: DEPS

Issue 782083002: Add requests to third party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix path 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..bd00ccc1313f89923512fea4906a83a7e080b35b 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/src':
+ Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
+
},
}
« 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