aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authortkchin@webrtc.org <tkchin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-14 20:24:09 +0000
committertkchin@webrtc.org <tkchin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-14 20:24:09 +0000
commitb038c723696ecb00dde71f7b4ba626265cd7d4c2 (patch)
treed0926744a76637f0edeb9e8cb87c0ac398222dca /DEPS
parentaac14973aa9b9633683f6dd791983734b8ba959c (diff)
downloadwebrtc-b038c723696ecb00dde71f7b4ba626265cd7d4c2.tar.gz
Enable SCTP compile for iOS.
Chromium's been updated to pull a version of usrsctplib that will compile correctly. This update DEPS to point at new revision and turn on the compile time flags for iOS sctp. BUG=3211 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6681 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 9b5c2aa94a..0da9739b0a 100644
--- a/DEPS
+++ b/DEPS
@@ -166,7 +166,7 @@ deps = {
Var("chromium_trunk") + "/src/third_party/usrsctp@" + Var("chromium_revision"),
"third_party/usrsctp/usrsctplib":
- (Var("googlecode_url") % "sctp-refimpl") + "/trunk/KERN/usrsctp/usrsctplib@8875",
+ From("chromium_deps", "src/third_party/usrsctp/usrsctplib"),
}
deps_os = {