gecko/media/webrtc/trunk
2012-10-24 15:39:55 -04:00
..
base Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
build Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
chromium_deps Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
net Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
src Bug 803842: Fix incorrect index for warning length; bullet-proof the code some r=derf 2012-10-24 15:39:55 -04:00
supplement Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
testing Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
third_party Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
tools Bug 800847: Correctly regenerate Makefiles from gyp files, and handle fancy symlinked objdirs r=ted 2012-10-12 16:06:33 -04:00
DEPS Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
dummy_file.txt Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
Makefile.old Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
OWNERS
peerconnection_client.target.mk Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
peerconnection.gyp Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
peerconnection.Makefile Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup 2012-10-04 12:09:31 -04:00
README

This folder can be used to pull together the chromium version of webrtc
and libjingle, and build the peerconnection sample client and server. This will
check out a new repository in which you can build peerconnection_server.

Steps:
1) Create a new directory for the new repository (outside the webrtc repo):
   mkdir peerconnection
   cd peerconnection
2) gclient config --name trunk http://webrtc.googlecode.com/svn/trunk/peerconnection
3) gclient sync
4) cd trunk
5) make peerconnection_server peerconnection_client