webrtc/peerconnection
wu@webrtc.org 2e5192fa6a Add peerconnection_all.gyp to include everything.
Add a dummy peerconnection_client target for mac so that we don't get an error when doing runhooks.
Review URL: https://webrtc-codereview.appspot.com/855005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2865 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-10-03 16:35:45 +00:00
..
base * Update to the peerconnection client to use jsep01. (Chromium 153489.) 2012-08-31 00:17:53 +00:00
net Updated to chromium 134666. 2012-05-08 21:19:08 +00:00
supplement Add peerconnection_all.gyp to include everything. 2012-10-03 16:35:45 +00:00
DEPS Add peerconnection_all.gyp to include everything. 2012-10-03 16:35:45 +00:00
OWNERS Pull chromium version of libjingle and webrtc and build peerconnection sample server and client. 2012-02-21 23:44:42 +00:00
peerconnection_all.gyp Add peerconnection_all.gyp to include everything. 2012-10-03 16:35:45 +00:00
peerconnection.gyp Add peerconnection_all.gyp to include everything. 2012-10-03 16:35:45 +00:00
README Fixed the sanity_check and started using the new webrtc_test.html file. Added capability for xvfb testing. 2012-03-15 09:40:23 +00:00

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