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

Unified Diff: DEPS

Issue 291783002: Add colorama to third_party/colorama (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: http://i1.kym-cdn.com/photos/images/original/000/234/739/fa5.jpg Created 6 years, 7 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') | build/android/gyp/javac.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 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"),
« no previous file with comments | « .gitignore ('k') | build/android/gyp/javac.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698