* Remove all source exclusions since they make the file very hard to read and heavily increases the risk for mistakes. * Don't compile the openssl* sources if use_openssl==0. * Move platform specific sources into conditional includes to make it easier to verify a 1:1 mapping with BUILD.gn (since GN doesn't support automatic detection of platform specific sources based on filenames). * Add missing sources for the GN build. * Reorder some blocks to make GYP vs GN mapping match. BUG=webrtc:4256 R=perkj@webrtc.org, torbjorng@webrtc.org Review URL: https://codereview.webrtc.org/1859803002 . Cr-Commit-Position: refs/heads/master@{#12235}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.