From 133d1a18b798ca765d99be80b25eddd353ab6399 Mon Sep 17 00:00:00 2001 From: "wu@webrtc.org" Date: Thu, 16 Feb 2012 21:51:35 +0000 Subject: [PATCH] Add a new folder so that we can pull webrtc and libjingle together and build peerconnection sample client and server. The DEPS file is mostly a placeholder right now. Review URL: https://webrtc-codereview.appspot.com/390012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1711 4adac7df-926f-26a2-2b94-8c16560cd09d --- peerconnection/DEPS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 peerconnection/DEPS diff --git a/peerconnection/DEPS b/peerconnection/DEPS new file mode 100644 index 0000000000..e45052bf08 --- /dev/null +++ b/peerconnection/DEPS @@ -0,0 +1,13 @@ +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. + "googlecode_url": "http://%s.googlecode.com/svn", + "chromium_trunk" : "http://src.chromium.org/svn/trunk", + "chromium_revision": "120526", +} + +# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than +# https; the latter can cause problems for users behind proxies. +deps = { +} +