summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormallinath@google.com <mallinath@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 04:46:57 +0000
committermallinath@google.com <mallinath@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 04:46:57 +0000
commit3a713e67a681bde145267d3d12a09d867c1945a9 (patch)
treed5572af905fc42dd2271a6f8b4f462bd56851ea1 /DEPS
parentf553164660308675995d01bba906b6ad75a20276 (diff)
downloadchromium_src-3a713e67a681bde145267d3d12a09d867c1945a9.zip
chromium_src-3a713e67a681bde145267d3d12a09d867c1945a9.tar.gz
chromium_src-3a713e67a681bde145267d3d12a09d867c1945a9.tar.bz2
Rolling libsrtp in Chrome
Enabling srtp in libjingle. Removing config.h as it's not used. Review URL: http://codereview.chromium.org/9234029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 1f78b53..9b9ab5b 100644
--- a/DEPS
+++ b/DEPS
@@ -253,6 +253,10 @@ deps = {
(Var("googlecode_url") % "libjingle") + "/trunk@" +
Var("libjingle_revision"),
+ "src/third_party/libsrtp":
+ "/trunk/deps/third_party/libsrtp@119285",
+
+
"src/third_party/speex":
"/trunk/deps/third_party/speex@111570",