Index: DEPS |
diff --git a/DEPS b/DEPS |
index a4b45bf8bbec28666433bf69f105a299aefa9944..29b3cf0690124b1bd7bbf24942d39282b331af39 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -8,6 +8,7 @@ vars = { |
"swig_revision": "40423", |
"nacl_revision": "2407", |
"libvpx_revision": "47941", |
+ "libjingle_revision": "21", |
} |
deps = { |
@@ -152,6 +153,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"), |
} |