gecko-dev/media/webrtc/trunk
2016-08-19 09:52:53 -04:00
..
build Bug 1285501 - Build linux/ directory on DragonFly, NetBSD and Solaris as well. r=jesup 2016-07-08 09:27:08 +00:00
chromium_deps
google_apis/build
net
supplement
testing Bug 1295687: Cherrypick -Wunused-private-field warning fix from upstream gtest into our gtest clone for webrtc. r=jesup 2016-08-16 11:53:10 -07:00
third_party/opus
tools
webrtc Merge m-c to inbound, a=merge 2016-08-18 16:32:58 -07:00
AUTHORS Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup 2015-11-18 15:03:22 -05:00
DEPS Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup 2015-11-18 15:03:22 -05:00
dummy_file.txt
Makefile.old
OWNERS Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup 2015-11-18 15:03:22 -05:00
peerconnection_client.target.mk
peerconnection.gyp Bug 1198458: Rollup of changes previously applied to media/webrtc/trunk/webrtc and fixes to those rs=jesup r=froyd,jib,bwc,jesup,gcp,sotaro,pkerr,pehrsons 2015-11-18 15:03:25 -05: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