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

Unified Diff: DEPS

Issue 726133003: Add python coverage module to DEPS (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | Makefile » ('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 3b5450568b394141a9a420e3647e1343eebb2ed5..36f3d3345116211fcb6eeafa713c095d0a94bef3 100644
--- a/DEPS
+++ b/DEPS
@@ -4,7 +4,9 @@ deps = {
"src/third_party/mock":
"https://github.com/sbc100/mock.git@6206f33",
"src/third_party/zip.js":
- "git://github.com/gildas-lormeau/zip.js@4c93974"
+ "git://github.com/gildas-lormeau/zip.js@4c93974",
+ "src/third_party/coverage":
+ "https://github.com/nedbat/coveragepy.git@8da39d5"
}
deps_os = {
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698