gecko/media/webrtc/trunk
2013-09-05 15:34:05 -04:00
..
base
build Bug 807492 - reland after fixing a typo r=try-green 2013-02-24 15:34:00 +01:00
chromium_deps
google_apis/build Bug 830247: Update media/webrtc/trunk except /webrtc (tools, etc) r=derf 2013-02-09 23:16:09 -05:00
net
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 807492 Part 3 - Backport chunk of upstream gtest r629 to fix <tuple> detection on BSDs with old libstdc++, not breaking it on MacOSX r=upstream 2013-06-13 08:41:49 +02:00
third_party Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
tools Bug 912292 - Always traverse sub-directories after executing rules in the current directory. r=gps 2013-09-05 15:08:43 +09:00
webrtc Bug 897981: access ViEReceiver::receiving_/receiving_rtcp_ under lock (in upstream r=mflodman) 2013-09-05 15:34:05 -04: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
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 901583: Reapply mozilla patches on top of webrtc.org 3.34, use NEON detection rs=jesup 2013-08-30 02:08:57 -04:00
peerconnection.Makefile
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