336d52d817
Hijacking the gyp inside_chromium_build finally came back to bite us. Chrome started using it to control the path to the gold linker, which broke our build. This change removes use of inside_chromium_build from WebRTC. If peerconnection rolls past this point, libjingle.gyp will need to be updated. BUG= TEST=build on Linux, Mac, Win Review URL: https://webrtc-codereview.appspot.com/493007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2038 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
.. | ||
third_party/libjingle | ||
DEPS | ||
OWNERS | ||
peerconnection.gyp | ||
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