Index: DEPS |
diff --git a/DEPS b/DEPS |
index 23695f9dc4ef578284cf65b173796b392430a7b9..22f59461627e712a69dab412a8397a5ecbe8a9fa 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -20,6 +20,7 @@ |
vars = { |
# Use this googlecode_url variable only if there is an internal mirror for it. |
# If you do not know, use the full path while defining your new deps entry. |
+ "github_url": "https://github.com/%s.git", |
Lei Zhang
2014/05/20 23:37:59
I'm not sure if this is the right way or if we pre
cjhopman
2014/06/09 23:48:00
Done. Was waiting on infra setting up the mirror.
|
"googlecode_url": "http://%s.googlecode.com/svn", |
"sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
"llvm_url": "http://src.chromium.org/llvm-project", |
@@ -84,6 +85,9 @@ deps = { |
"src/breakpad/src": |
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1331", |
+ "src/third_party/colorama/src": |
+ (Var("github_url") % "tartley/colorama") + "@799604a104", |
+ |
"src/buildtools": |
Var("chromium_git") + "/chromium/buildtools.git@" + |
Var("buildtools_revision"), |