summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index c98387a..6e2f709 100644
--- a/DEPS
+++ b/DEPS
@@ -8,6 +8,7 @@ vars = {
"swig_revision": "40423",
"nacl_revision": "2407",
"libvpx_revision": "47941",
+ "libjingle_revision": "21",
}
deps = {
@@ -155,6 +156,10 @@ deps = {
"src/third_party/ppapi":
"http://ppapi.googlecode.com/svn/trunk@52",
+
+ "src/third_party/libjingle/source":
+ "http://libjingle.googlecode.com/svn/branches/nextsnap@" +
+ Var("libjingle_revision"),
}