This moves some GN check configurations out of .gn to individual targets. The now checked targets are: "//webrtc/api/*", "//webrtc/audio/*", "//webrtc/modules/audio_coding/*", Many targets were fixed by adding dependencies, but the ones that requires more refactorings are left with the check_includes attribute set to false instead. Make //webrtc/test:test_support a public dep of //webrtc/test:test_main to avoid having to add that to all users of it. BUG=webrtc:6828 NOTRY=True Review-Url: https://codereview.webrtc.org/2556943003 Cr-Commit-Position: refs/heads/master@{#15461}
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.