commit | f2d31361d9975cdf291ce41c11d87613a0ff1596 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Aug 19 14:47:18 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 15:50:14 2024 |
tree | af9ad83a3fb41b61e782cfd96a2d84b3f06707fe | |
parent | a6fad740438eff4f69964bb92a2309bdae0fb4ff [diff] |
Reland "Include fuzzers to build by default" This reverts commit 06391decf8397849f4c0dd9468612caa8f111185. Reason for revert: [will] include change to address previous breakage Original change's description: > Revert "Include fuzzers to build by default" > > This reverts commit e777c656db6c20329529ff301805d77dba78e7c8. > > Reason for revert: Breaks bot: https://ci.chromium.org/ui/p/chromium/builders/try/linux-libfuzzer-asan-rel/1941368/overview > Original change's description: > > Include fuzzers to build by default > > > > Compilation errors in fuzzers are often overlooked when building locally > > adding fuzzers (when configured) to build automatically helps to detect errors earlier. > > > > list of all fuzzers was generated with a command > > gn ls out/Default "//test/fuzzers:*" | grep "fuzzer$" | sed 's/\/\/test\/fuzzers\(.*\)/"\1",/' > > > > Bug: webrtc:42223576 > > Change-Id: I6988e96f521a198657833e666428377d0851e1d4 > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359762 > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#42794} > > Bug: webrtc:42223576 > Change-Id: I273b96b1b48053a4895209710a8cabd652d9c61e > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359881 > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> > Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> > Owners-Override: Ilya Nikolaevskiy <ilnik@webrtc.org> > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#42803} Bug: webrtc:42223576 Change-Id: I43ec20dff79eba23b292b6d9096d9136ca59bfb9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359961 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42814}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.