Closed ibc closed 8 years ago
get_webrtc
calls update2Revision
, which configures gclient and calls sync
. sync
executes a gclient sync
, which updates/clones the associated webrtc repositories. The deps for the underlying webrtc library use a multiple VCSes. gclient
performs the appropriate commands (behind the scenes) to keep them up to date.
Thanks.
Should
get_webrtc
produce agit pull
of the libwebrtc source? I don't see that (testing for iOS).