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

Unified Diff: DEPS

Issue 2254633002: Vendor pyasn1 and pyasn1-modules into build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 | « .gitignore ('k') | environment.cfg.py » ('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 029be3b3e5afd1db3a5f6ff3735adab718cbf5ef..e610a9809bbabdef40736545e95644a44347086a 100644
--- a/DEPS
+++ b/DEPS
@@ -17,6 +17,12 @@ deps = {
'build/third_party/lighttpd':
'https://chromium.googlesource.com/chromium/deps/lighttpd.git'
'@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
+ 'build/third_party/pyasn1':
+ 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git'
+ '@709cf013df8585956dda1a4fa2611bf10b91902b',
+ 'build/third_party/pyasn1-modules':
+ 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-modules.git'
+ '@ea54a2e498277b85e3ee5f7a1bb0aeab7d1d013b',
'depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git',
}
« no previous file with comments | « .gitignore ('k') | environment.cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698