commit | a06bf8506fdfc0aff1098831bfc49bff4436399d | [log] [tgz] |
---|---|---|
author | tzik <tzik@chromium.org> | Thu Nov 15 20:37:35 2018 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 15 12:15:40 2018 +0000 |
tree | 71b87c1c1213ef11c0f48d0dfc059b46fd8f895a | |
parent | 95140715009f10853b25736a314b84ccb8a7bdbd [diff] |
Add a presubmit check for absl/memory/memory.h inclusion This adds a presubmit check that warns missing memory.h inclusion when a source file use absl::make_unique. That header tends to be included transitively on pre-C++17 mode, but doesn't on C++17 mode. Bug: chromium:752720 Change-Id: I235287f4f7407d48bfad35da86da47bc602f03ce Reviewed-on: https://webrtc-review.googlesource.com/c/111040 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25655}
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.