commit | 676e08f3b68abb7cafa46c1e46d88dd459cb5231 | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Wed Dec 07 16:23:27 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 07 16:23:35 2016 |
tree | 2a41136d8c75c7e46d5d8aeed5b79d1ff3d93fc2 | |
parent | f515ab8c3f24befe83a548b8056708acb24b6bb7 [diff] |
Refactor webrtc/{api,audio} and modules/audio_coding for GN check 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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.