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
This commit is contained in:
13
peerconnection/DEPS
Normal file
13
peerconnection/DEPS
Normal file
@ -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 = {
|
||||
}
|
||||
|
Reference in New Issue
Block a user