gecko/media/webrtc/trunk
Justin Lebar 314b49984f Backed out changeset 9b803c2821b9 (bug 818843) due to B2G device build breakage on Mac. rs=jesup
--HG--
extra : rebase_source : 981d5e9504c69eb76112fca35fd0a36110593659
2013-01-25 17:14:05 -05: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 Backed out changeset 9b803c2821b9 (bug 818843) due to B2G device build breakage on Mac. rs=jesup 2013-01-25 17:14:05 -05: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 Backed out changeset 9b803c2821b9 (bug 818843) due to B2G device build breakage on Mac. rs=jesup 2013-01-25 17:14:05 -05:00
supplement Backed out changeset 9b803c2821b9 (bug 818843) due to B2G device build breakage on Mac. rs=jesup 2013-01-25 17:14:05 -05: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 394311 - Stop building with -pedantic. r=ted,dbaron. 2013-01-20 14:12:42 -08: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