commit | 2bf82c1842d83b6ba0a04dda7477b2b60339a284 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Thu Feb 01 13:25:11 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 01 15:05:44 2018 |
tree | 4592811aa07d8a38c1e2cece943c045a59342381 | |
parent | 08973eed36462942e2bf44afab2643d6a77abdff [diff] |
Using fully qualified #include paths in g711 code. WebRTC internal code should always use include paths that start from the root of the project and that clearly identify the header file. This allows 'gn check' to actually keep dependencies under control because 'gn check' cannot enforce anything if the include path is not fully qualified (starting from the root of the project). Bug: webrtc:8815 Change-Id: I6c345c38fd990f66bc1a8129e7f7cee7d161e926 Reviewed-on: https://webrtc-review.googlesource.com/47120 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21848}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.