gecko/media/webrtc/trunk
2013-04-16 15:47:41 +02: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 807492 - reland after fixing a typo r=try-green 2013-02-24 15:34:00 +01: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
google_apis/build Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05: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
supplement Bug 830247: rollup of changes to media/webrtc/trunk, and backouts of some temp patches r=ted,derf 2013-02-09 23:16:10 -05:00
testing Bug 861637 - Add workaround for missing clone function. r=blassey 2013-04-16 15:47:41 +02:00
third_party Bug 807492 - reland after fixing a typo r=try-green 2013-02-24 15:34:00 +01:00
tools Merge mozilla-central into build-system 2013-02-27 21:02:02 -08:00
webrtc Bug 861146 - Provide pthread_rwlock replacement for Android 2.2. r=jesup 2013-04-16 15:47:41 +02:00
DEPS Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05: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 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
OWNERS
peerconnection_client.target.mk Bug 830247: small changes resulting from Try build r=ted rs=me 2013-02-09 23:16:10 -05:00
peerconnection.gyp Bug 830247: rollup of changes to media/webrtc/trunk, and backouts of some temp patches r=ted,derf 2013-02-09 23:16:10 -05: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