gecko-dev/media/webrtc/trunk
Phil Ringnalda 8cf1367dd8 Merge m-i to m-c, a=merge
MozReview-Commit-ID: FnnOWQ3xKPi
2016-10-25 22:03:31 -07: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 Bug 1296798 - provide PYTHON value to run sub-commands with same Python; r=ted 2016-08-23 14:58:25 -07:00
webrtc Merge m-i to m-c, a=merge 2016-10-25 22:03:31 -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
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
README
dummy_file.txt
peerconnection.Makefile
peerconnection.gyp bug 1305506 - Remove some cruft from a webrtc gyp file. r=jesup 2016-08-16 10:09:03 -04:00
peerconnection_client.target.mk

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