commit | 0f2e939a92fc1a70a67a9fc141d1f1d006bcded9 | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Thu Dec 10 03:11:42 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 10 11:11:48 2015 +0000 |
tree | 5669e8c779af2de5301a6037362263711047995d | |
parent | 162abd3562d7b08ab36569800d757b52739b9249 [diff] |
Enable cpplint for more webrtc subfolders and fix all uncovered cpplint errors. This CL enableds cpplint for webrtc/common_video, webrtc/sound and webrtc/tools. BUG=webrtc:5273 TESTED=Fixed issues reported by: find webrtc/common_video webrtc/sound webrtc/tools -type f -name *.cc -o -name *.h | xargs cpplint.py followed by 'git cl presubmit'. Review URL: https://codereview.webrtc.org/1511603004 Cr-Commit-Position: refs/heads/master@{#10967}
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.