gecko/media/webrtc/trunk
2013-11-22 15:29:52 -05:00
..
base
build Bug 933320 - part 1 - make find_sdk.py silently comply if we're not running on a Mac host; r=ted 2013-10-31 13:34:02 -04:00
chromium_deps
google_apis/build
net
supplement
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 924107 - Make dist/include available in all of the WebRTC code; r=jesup,glandium 2013-10-15 15:08:43 -04:00
tools Bug 927837 - Don't manage generated files in configure; r=glandium 2013-10-23 14:43:32 -07:00
webrtc Bug 876876: Fix race condition in DeviceInfoDS::GetDeviceInfo()/GetDeviceFilter() r=bas,jesup 2013-11-22 15:29:52 -05:00
DEPS
dummy_file.txt
Makefile.old
OWNERS
peerconnection_client.target.mk
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